]> diplodocus.org Git - nmh/commitdiff
fix comment syntax
authorPaul Fox <pgf@foxharp.boston.ma.us>
Thu, 15 May 2014 18:02:07 +0000 (14:02 -0400)
committerPaul Fox <pgf@foxharp.boston.ma.us>
Thu, 15 May 2014 18:02:07 +0000 (14:02 -0400)
uip/mhbuildsbr.c

index a05b4cbf068ff4f97868b230524606b4c02e3bcb..7e2f9f48dd3cd43962f78be31b80e9880505162d 100644 (file)
@@ -1511,7 +1511,7 @@ scan_content (CT ct, size_t maxunencoded)
            /* For application type, use base64, except when postscript */
            if (wants_q_p || contains8bit) {
                if (ct->c_subtype == APPLICATION_POSTSCRIPT)
            /* For application type, use base64, except when postscript */
            if (wants_q_p || contains8bit) {
                if (ct->c_subtype == APPLICATION_POSTSCRIPT)
-                   ct->c_encoding = CE_QUOTED;  // historical
+                   ct->c_encoding = CE_QUOTED;  /* historical */
                else
                    ct->c_encoding = CE_BASE64;
            } else {
                else
                    ct->c_encoding = CE_BASE64;
            } else {