unigbrk: New modules for grapheme clusters.
[pspp] / tests / test-argp.c
index 7af1af81ad56f6384fc40655a318fb0dd01aacd4..85de5f44570c521ac11f154967c4e715c189af5d 100644 (file)
@@ -348,7 +348,7 @@ test6 (struct argp *argp)
 
 void
 test_optional (struct argp *argp, int argc, char **argv,
-              struct test_args *args, char *val, char *a)
+              struct test_args *args, const char *val, const char *a)
 {
   int index;
   if (argp_parse (argp, argc, argv, 0, &index, args))