1
0
forked from GitHub/gf-core

libpgf: fix in string.h

This commit is contained in:
kr.angelov
2012-01-26 08:58:03 +00:00
parent 58de345f99
commit ecb5e9f23a

View File

@@ -119,7 +119,7 @@ typedef GuSeq GuStrings;
typedef GuMap GuStringMap;
#define gu_new_string_map(VAL_T, DEFAULT, POOL) \
gu_new_map(GuString, gu_string_hasher, (VAL_T), (DEFAULT), (POOL))
gu_new_map(GuString, gu_string_hasher, VAL_T, (DEFAULT), (POOL))
#endif