diff options
| author | 2009-01-04 12:31:41 +0100 | |
|---|---|---|
| committer | 2009-01-04 12:31:41 +0100 | |
| commit | ca40090460a6e43112c1f9e9d414727c29a9847d (patch) | |
| tree | a439dad5ab5ee03d604ae363adec77ae9f979d59 /src/plist.c | |
| parent | 135e43c1767c6d1cc4cad057130bf371a548f648 (diff) | |
| download | libplist-ca40090460a6e43112c1f9e9d414727c29a9847d.tar.gz libplist-ca40090460a6e43112c1f9e9d414727c29a9847d.tar.bz2 | |
Setup warning flags and fixes missing static attribute for local funtions.
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 a3d3cb2..d737ab8 100644 --- a/src/plist.c +++ b/src/plist.c | |||
| @@ -136,7 +136,7 @@ plist_t plist_get_prev_sibling(plist_t node) | |||
| 136 | return (plist_t) g_node_prev_sibling((GNode *) node); | 136 | return (plist_t) g_node_prev_sibling((GNode *) node); |
| 137 | } | 137 | } |
| 138 | 138 | ||
| 139 | char compare_node_value(plist_type type, plist_data_t data, void *value, uint64_t length) | 139 | static char compare_node_value(plist_type type, plist_data_t data, void *value, uint64_t length) |
| 140 | { | 140 | { |
| 141 | char res = FALSE; | 141 | char res = FALSE; |
| 142 | switch (type) { | 142 | switch (type) { |
