]> diplodocus.org Git - nmh/blobdiff - uip/mhmisc.c
Clean up, and change .SS case to Title Case, from UPPER,
[nmh] / uip / mhmisc.c
index 2d6ec569c2383ee0a80edb260e4d6d7ae85b06b9..0f466c42273904795a54eae0b05181dae18a7817 100644 (file)
@@ -122,8 +122,7 @@ is_inline(CT ct)
 
     if (! ct->c_dispo_type || strcasecmp(ct->c_dispo_type, "inline") == 0)
        return 1;
-    else
-       return 0;
+    return 0;
 }
 
 int
@@ -261,7 +260,7 @@ flush_errors (void)
 {
     if (errs) {
        fflush (stdout);
-       fprintf (stderr, "%s", errs);
+       fputs(errs, stderr);
        free (errs);
        errs = NULL;
     }