diff options
| author | 2009-01-29 19:26:15 +0100 | |
|---|---|---|
| committer | 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 @@ | |||
| 22 | 22 | ||
| 23 | #include <string.h> | 23 | #include <string.h> |
| 24 | #include <assert.h> | 24 | #include <assert.h> |
| 25 | #include "utils.h" | ||
| 26 | #include "plist.h" | 25 | #include "plist.h" |
| 27 | #include <stdlib.h> | 26 | #include <stdlib.h> |
| 28 | #include <stdio.h> | 27 | #include <stdio.h> |
| @@ -118,6 +117,7 @@ static plist_t plist_add_sub_element(plist_t node, plist_type type, const void * | |||
| 118 | } else | 117 | } else |
| 119 | return NULL; | 118 | return NULL; |
| 120 | } | 119 | } |
| 120 | return NULL; | ||
| 121 | } | 121 | } |
| 122 | 122 | ||
| 123 | void plist_free(plist_t plist) | 123 | void plist_free(plist_t plist) |
