diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/pr.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -380,7 +380,7 @@ struct COLUMN; struct COLUMN { FILE *fp; /* Input stream for this column. */ - char *name; /* File name. */ + char const *name; /* File name. */ enum { OPEN, @@ -1335,7 +1335,7 @@ init_fps (int number_of_files, char **av) int i, files_left; COLUMN *p; FILE *firstfp; - char *firstname; + char const *firstname; total_files = 0; |