summaryrefslogtreecommitdiff
path: root/coreutils/tail.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/tail.c')
-rw-r--r--coreutils/tail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/tail.c b/coreutils/tail.c
index e0d21ed34..01469169a 100644
--- a/coreutils/tail.c
+++ b/coreutils/tail.c
@@ -30,7 +30,7 @@ static const struct suffix_mult tail_suffixes[] = {
30 { "b", 512 }, 30 { "b", 512 },
31 { "k", 1024 }, 31 { "k", 1024 },
32 { "m", 1024*1024 }, 32 { "m", 1024*1024 },
33 { NULL, 0 } 33 { }
34}; 34};
35 35
36struct globals { 36struct globals {