]> diplodocus.org Git - nmh/blobdiff - uip/mhlistsbr.c
eliminate use of fgets() in mhbuild.c
[nmh] / uip / mhlistsbr.c
index d2d394fad6651e7a08e9700147244836a28b154b..ee2800a834ac65d92f47998ce4e70fb05fdb7ed7 100644 (file)
@@ -125,12 +125,9 @@ list_switch (CT ct, int toplevel, int realsize, int verbose, int debug,
            return list_content (ct, toplevel, realsize, verbose, debug, dispo);
 
        case CT_APPLICATION:
+       default:
            return list_application (ct, toplevel, realsize, verbose, debug,
                                     dispo);
-
-       default:
-           /* list_debug (ct); */
-           adios (NULL, "unknown content type %d", ct->c_type);
     }
 
     return 0;  /* NOT REACHED */