diff options
Diffstat (limited to 'src/tail.c')
| -rw-r--r-- | src/tail.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tail.c b/src/tail.c index 7d8f421e6..d17f40a9a 100644 --- a/src/tail.c +++ b/src/tail.c @@ -292,7 +292,7 @@ valid_file_spec (struct File_spec const *f) return ((f->fd == -1) ^ (f->errnum == 0)); } -static char * +static char const * pretty_name (struct File_spec const *f) { return (STREQ (f->name, "-") ? "standard input" : f->name); |
