summaryrefslogtreecommitdiff
path: root/tests/gen-all-unicode.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gen-all-unicode.c')
-rw-r--r--tests/gen-all-unicode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gen-all-unicode.c b/tests/gen-all-unicode.c
index 2ce37fd6..90ff4dbd 100644
--- a/tests/gen-all-unicode.c
+++ b/tests/gen-all-unicode.c
@@ -16,7 +16,7 @@ main (int argc, char **argv)
{
if (g_unichar_validate (i))
{
- guchar buffer[7];
+ gchar buffer[7];
int len = g_unichar_to_utf8 (i, buffer);
buffer[len] = '\0';