diff options
Diffstat (limited to 'src/uniq.c')
| -rw-r--r-- | src/uniq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uniq.c b/src/uniq.c index 6dceedb30..8963e94b9 100644 --- a/src/uniq.c +++ b/src/uniq.c @@ -317,7 +317,7 @@ writeline (struct linebuffer const *line, If either is "-", use the standard I/O stream for it instead. */ static void -check_file (const char *infile, const char *outfile, char delimiter) +check_file (char const *infile, char const *outfile, char delimiter) { struct linebuffer lb1, lb2; struct linebuffer *thisline, *prevline; |
