diff options
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) |
