From 296a38509d12306e423800ed2c583a94a31eddff Mon Sep 17 00:00:00 2001 From: Jonathan Beck Date: Thu, 29 Jan 2009 19:26:15 +0100 Subject: Clean some old stuff. --- src/plist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plist.c') 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 #include -#include "utils.h" #include "plist.h" #include #include @@ -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) -- cgit v1.1-32-gdbae