libpgf: fix in string.h

This commit is contained in:
kr.angelov
2012-01-26 08:58:03 +00:00
parent b62d57fd30
commit 51def0c381

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