[PATCH] Fix build warning: "/*" within comment

Austin Clements amdragon at MIT.EDU
Fri Jan 13 19:08:23 PST 2012


---
 notmuch-show.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/notmuch-show.c b/notmuch-show.c
index 87a1c90..d14dac9 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
-- 
1.7.7.3



More information about the notmuch mailing list