diff options
Diffstat (limited to 'coreutils/tail.c')
-rw-r--r-- | coreutils/tail.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/tail.c b/coreutils/tail.c index 90cc2a6ef..5e5fbc14f 100644 --- a/coreutils/tail.c +++ b/coreutils/tail.c | |||
@@ -51,7 +51,7 @@ static void tailbuf_append(char *buf, int len) | |||
51 | taillen += len; | 51 | taillen += len; |
52 | } | 52 | } |
53 | 53 | ||
54 | static void tailbuf_trunc() | 54 | static void tailbuf_trunc(void) |
55 | { | 55 | { |
56 | char *s; | 56 | char *s; |
57 | s = memchr(tailbuf, '\n', taillen); | 57 | s = memchr(tailbuf, '\n', taillen); |