diff options
| author | kr.angelov <kr.angelov@gmail.com> | 2012-01-26 08:58:03 +0000 |
|---|---|---|
| committer | kr.angelov <kr.angelov@gmail.com> | 2012-01-26 08:58:03 +0000 |
| commit | ecb5e9f23a90cc1a3f51fa86e2731a461d0d2559 (patch) | |
| tree | 3fcba60a4b8e14e556f457f24f01f4ba582cdd59 /src | |
| parent | 58de345f99f31e7c92e8ad61e4a2a226b0a3273a (diff) | |
libpgf: fix in string.h
Diffstat (limited to 'src')
| -rw-r--r-- | src/runtime/c/gu/string.h | 2 |
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 |
