diff options
Diffstat (limited to 'src/cat.c')
| -rw-r--r-- | src/cat.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |
