summaryrefslogtreecommitdiff
path: root/src/storage.c
diff options
context:
space:
mode:
authororoborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-06-03 21:26:17 +0000
committeroroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-06-03 21:26:17 +0000
commit2fd0c9d50f1eb83d46080fb114cba5465e8c4506 (patch)
tree69d3aef56532f0a96c5d1b9b2800167152f239ca /src/storage.c
parentf18096a5c43d5cc52670c24d73d3efeebb120307 (diff)
- zaciatok podpory FR jazyka
- server podporuje socre ( treb este zdokumentovat protokol ) - prelozene dve chybove hlasky pre siete - odosielam to na rychlo git-svn-id: http://opensvn.csie.org/tuxanci_ng@59 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'src/storage.c')
-rw-r--r--src/storage.c2
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 );