]> diplodocus.org Git - nmh/blobdiff - uip/mhlistsbr.c
Switch over to using the token parser instead of isspace(), and
[nmh] / uip / mhlistsbr.c
index 3b442e4856ccbca71417f0f2bf02be3c0e83bbbd..d2d394fad6651e7a08e9700147244836a28b154b 100644 (file)
@@ -222,8 +222,7 @@ list_content (CT ct, int toplevel, int realsize, int verbose, int debug,
     }
 
     if (dispo && ct->c_dispo_type) {
-       printf (LSTFMT2d2, ct->c_dispo_type);
-       printf ("\n");
+       printf ("\t     disposition \"%s\"\n", ct->c_dispo_type);
 
        if (verbose) {
            for (pm = ct->c_dispo_first; pm; pm = pm->pm_next) {