Fix in currently unused define.

This commit is contained in:
Serge van den Boom
2013-09-28 23:14:45 +02:00
parent 6c8387fff4
commit 5c6ba7e51c
+1 -1
View File
@@ -54,7 +54,7 @@
# define HashTable_FREEKEY(hashTable, hashKey) \
(hashTable)->freeKeyFunction(hashKey)
# define HashTable_FREEVALUE(hashTable, hashValue) \
(hashTable)->freeValueFunction(hashKey)
(hashTable)->freeValueFunction(hashValue)
#endif