summaryrefslogtreecommitdiff
path: root/gcr/tests/frob-parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcr/tests/frob-parser.c')
-rw-r--r--gcr/tests/frob-parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcr/tests/frob-parser.c b/gcr/tests/frob-parser.c
index 847d56d..2459a10 100644
--- a/gcr/tests/frob-parser.c
+++ b/gcr/tests/frob-parser.c
@@ -114,7 +114,7 @@ main(int argc, char *argv[])
continue;
}
- gcr_parser_parse_data (parser, contents, len, &error);
+ gcr_parser_parse_data (parser, (const guchar *)contents, len, &error);
g_free (contents);
if (error) {