summaryrefslogtreecommitdiff
path: root/coreutils/head.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/head.c')
-rw-r--r--coreutils/head.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/head.c b/coreutils/head.c
index 1700af27a..bffba4043 100644
--- a/coreutils/head.c
+++ b/coreutils/head.c
@@ -25,7 +25,7 @@ static const struct suffix_mult head_suffixes[] = {
25 { "b", 512 }, 25 { "b", 512 },
26 { "k", 1024 }, 26 { "k", 1024 },
27 { "m", 1024*1024 }, 27 { "m", 1024*1024 },
28 { NULL, 0 } 28 { }
29}; 29};
30#endif 30#endif
31 31