more C standard compat fixes from Dan Fandrich
[platform/upstream/busybox.git] / coreutils / tail.c
index 05dadcd..0be1663 100644 (file)
@@ -30,7 +30,7 @@ static const struct suffix_mult tail_suffixes[] = {
        { "b", 512 },
        { "k", 1024 },
        { "m", 1024*1024 },
-       { }
+       { "", 0 }
 };
 
 struct globals {