summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test.c b/src/test.c
index 8056795e3..15c8718ec 100644
--- a/src/test.c
+++ b/src/test.c
@@ -122,12 +122,12 @@ static int term PARAMS ((void));
static int and PARAMS ((void));
static int or PARAMS ((void));
-static void test_syntax_error PARAMS ((char *format, char *arg))
+static void test_syntax_error PARAMS ((char const *format, char const *arg))
ATTRIBUTE_NORETURN;
static void beyond PARAMS ((void)) ATTRIBUTE_NORETURN;
static void
-test_syntax_error (char *format, char *arg)
+test_syntax_error (char const *format, char const *arg)
{
fprintf (stderr, "%s: ", argv[0]);
fprintf (stderr, format, arg);