summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/runtime/c/gu/string.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/c/gu/string.h b/src/runtime/c/gu/string.h
index 385b162ed..d6bb11b58 100644
--- a/src/runtime/c/gu/string.h
+++ b/src/runtime/c/gu/string.h
@@ -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