Trim help text a bit more
[oweals/busybox.git] / coreutils / head.c
index ac476d09199e93b9967b20202c9b921eb8e353f1..0fab8a8ae75d2db3aafc6d647b39b89b46739a61 100644 (file)
@@ -25,7 +25,7 @@ static const struct suffix_mult head_suffixes[] = {
        { "b", 512 },
        { "k", 1024 },
        { "m", 1024*1024 },
-       { }
+       { "", 0 }
 };
 #endif