summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/tail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tail.c b/src/tail.c
index 79be4f3cb..5eaa2f968 100644
--- a/src/tail.c
+++ b/src/tail.c
@@ -545,7 +545,7 @@ pipe_lines (const char *pretty_filename, int fd, long int n_lines)
/* Find the correct beginning, then print the rest of the file. */
if (total_lines > n_lines)
{
- char *cp;
+ const char *cp;
/* Skip `total_lines' - `n_lines' newlines. We made sure that
`total_lines' - `n_lines' <= `tmp->nlines'. */