aboutsummaryrefslogtreecommitdiffstats
path: root/src/cat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cat.c')
-rw-r--r--src/cat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cat.c b/src/cat.c
index ec2c52885..90a73c21b 100644
--- a/src/cat.c
+++ b/src/cat.c
@@ -55,7 +55,7 @@
char *program_name;
/* Name of input file. May be "-". */
-static char *infile;
+static char const *infile;
/* Descriptor on which input file is open. */
static int input_desc;