From: Austin Clements Date: Sat, 14 Jan 2012 03:08:23 +0000 (-0500) Subject: Fix build warning: "/*" within comment X-Git-Tag: debian/0.12_rc1-1~210 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=fa73ffc614b9966bede3250fdfe6a3755d684f5a Fix build warning: "/*" within comment --- diff --git a/notmuch-show.c b/notmuch-show.c index 87a1c906..d14dac97 100644 --- a/notmuch-show.c +++ b/notmuch-show.c @@ -677,7 +677,7 @@ format_part_content_json (GMimeObject *part) if (g_mime_content_type_is_type (content_type, "text", "*")) { - /* For non-HTML text/* parts, we include the content in the + /* For non-HTML text parts, we include the content in the * JSON. Since JSON must be Unicode, we handle charset * decoding here and do not report a charset to the caller. * For text/html parts, we do not include the content. If a