diff options
author | Jonathan Beck | 2009-01-29 19:26:15 +0100 |
---|---|---|
committer | Jonathan Beck | 2009-01-29 19:26:15 +0100 |
commit | 296a38509d12306e423800ed2c583a94a31eddff (patch) | |
tree | eab14f9e63eb03dc89607a7d4c1aa2ef00046a0f /src/plist.c | |
parent | 8c2751f8c7e696fca895aebfafc7e668f3afe85c (diff) | |
download | libplist-296a38509d12306e423800ed2c583a94a31eddff.tar.gz libplist-296a38509d12306e423800ed2c583a94a31eddff.tar.bz2 |
Clean some old stuff.
Diffstat (limited to 'src/plist.c')
-rw-r--r-- | src/plist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plist.c b/src/plist.c index f315e7e..0f6d741 100644 --- a/src/plist.c +++ b/src/plist.c @@ -22,7 +22,6 @@ #include <string.h> #include <assert.h> -#include "utils.h" #include "plist.h" #include <stdlib.h> #include <stdio.h> @@ -118,6 +117,7 @@ static plist_t plist_add_sub_element(plist_t node, plist_type type, const void * } else return NULL; } + return NULL; } void plist_free(plist_t plist) |