aboutsummaryrefslogtreecommitdiffstats
path: root/src/tac.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tac.c')
-rw-r--r--src/tac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tac.c b/src/tac.c
index ec4064162..baaf5ed16 100644
--- a/src/tac.c
+++ b/src/tac.c
@@ -76,7 +76,7 @@ tac -r -s '.\|
#define WRITESIZE 8192
/* The name this program was run with. */
-char *program_name;
+char const *program_name;
/* The string that separates the records of the file. */
static char const *separator;