diff options
Diffstat (limited to 'src/storage.c')
| -rw-r--r-- | src/storage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/storage.c b/src/storage.c index 0ae057c..b1c378c 100644 --- a/src/storage.c +++ b/src/storage.c @@ -35,7 +35,7 @@ static storage_item_t* newStorageItem(char *group, char *name, void *data) return new; } -static void destroyStorageItem(storage_item_t *p, void(*f)(void *)) +static void destroyStorageItem(storage_item_t *p, void(*f)(void *)) { assert( p != NULL ); assert( f != NULL ); |