typo fix in a comment in a testcase. oh well...
[oweals/busybox.git] / coreutils / split.c
index f1ec64be0248ccae871101892aae1902788ca2a3..2191f30ea94727bcf114673a62c43b7518eeb183 100644 (file)
@@ -20,7 +20,7 @@ static const struct suffix_mult split_suffices[] = {
 #if ENABLE_FEATURE_SPLIT_FANCY
        { "g", 1024*1024*1024 },
 #endif
-       { }
+       { "", 0 }
 };
 
 /* Increment the suffix part of the filename.