linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / usr / gen_init_cpio.c
index 83acd6c..33dbcbf 100644 (file)
@@ -471,7 +471,6 @@ int main (int argc, char *argv[])
                                "ERROR: incorrect format, could not locate file type line %d: '%s'\n",
                                line_nr, line);
                        ec = -1;
-                       break;
                }
 
                if ('\n' == *type) {
@@ -507,8 +506,7 @@ int main (int argc, char *argv[])
                                line_nr, line);
                }
        }
-       if (ec == 0)
-               cpio_trailer();
+       cpio_trailer();
 
        exit(ec);
 }