more C standard compat fixes from Dan Fandrich
[platform/upstream/busybox.git] / coreutils / sleep.c
index b16d03c..399a38d 100644 (file)
@@ -29,7 +29,7 @@ static const struct suffix_mult sfx[] = {
        { "m", 60 },
        { "h", 60*60 },
        { "d", 24*60*60 },
-       { }
+       { "", 0 }
 };
 #endif