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 4d327e0..4cb6206 100644 --- a/src/plist.c +++ b/src/plist.c | |||
| @@ -195,7 +195,7 @@ plist_t plist_new_node(plist_data_t data) | |||
| 195 | return (plist_t) node_create(NULL, data); | 195 | return (plist_t) node_create(NULL, data); |
| 196 | } | 196 | } |
| 197 | 197 | ||
| 198 | plist_data_t plist_get_data(const plist_t node) | 198 | plist_data_t plist_get_data(plist_t node) |
| 199 | { | 199 | { |
| 200 | if (!node) | 200 | if (!node) |
| 201 | return NULL; | 201 | return NULL; |
