From ca40090460a6e43112c1f9e9d414727c29a9847d Mon Sep 17 00:00:00 2001 From: Jonathan Beck Date: Sun, 4 Jan 2009 12:31:41 +0100 Subject: Setup warning flags and fixes missing static attribute for local funtions. --- 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 a3d3cb2..d737ab8 100644 --- a/src/plist.c +++ b/src/plist.c @@ -136,7 +136,7 @@ plist_t plist_get_prev_sibling(plist_t node) return (plist_t) g_node_prev_sibling((GNode *) node); } -char compare_node_value(plist_type type, plist_data_t data, void *value, uint64_t length) +static char compare_node_value(plist_type type, plist_data_t data, void *value, uint64_t length) { char res = FALSE; switch (type) { -- cgit v1.1-32-gdbae