aboutsummaryrefslogtreecommitdiffstats
path: root/src/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/test.c')
-rw-r--r--src/test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test.c b/src/test.c
index b546efdb8..88579d2ca 100644
--- a/src/test.c
+++ b/src/test.c
@@ -48,7 +48,7 @@
# include <sys/param.h>
#endif
-char *program_name;
+char const *program_name;
/* Exit status for syntax errors, etc. */
enum { TEST_TRUE, TEST_FALSE, TEST_FAILURE };