From: Paul Fox Date: Thu, 15 May 2014 18:02:07 +0000 (-0400) Subject: fix comment syntax X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/bf989a8c437e2b510e6e02099514ae3cc1e6c2c8?hp=29911a92cfff89a79410b861308658a5eb50d41a fix comment syntax --- diff --git a/uip/mhbuildsbr.c b/uip/mhbuildsbr.c index a05b4cbf..7e2f9f48 100644 --- a/uip/mhbuildsbr.c +++ b/uip/mhbuildsbr.c @@ -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) - ct->c_encoding = CE_QUOTED; // historical + ct->c_encoding = CE_QUOTED; /* historical */ else ct->c_encoding = CE_BASE64; } else {