Fix in currently unused define.
This commit is contained in:
@@ -54,7 +54,7 @@
|
|||||||
# define HashTable_FREEKEY(hashTable, hashKey) \
|
# define HashTable_FREEKEY(hashTable, hashKey) \
|
||||||
(hashTable)->freeKeyFunction(hashKey)
|
(hashTable)->freeKeyFunction(hashKey)
|
||||||
# define HashTable_FREEVALUE(hashTable, hashValue) \
|
# define HashTable_FREEVALUE(hashTable, hashValue) \
|
||||||
(hashTable)->freeValueFunction(hashKey)
|
(hashTable)->freeValueFunction(hashValue)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user