aboutsummaryrefslogtreecommitdiffhomepage
path: root/notmuch-show.c
diff options
context:
space:
mode:
authorGravatar Austin Clements <amdragon@MIT.EDU>2012-01-13 22:08:23 -0500
committerGravatar David Bremner <bremner@debian.org>2012-01-14 11:16:35 -0400
commitfa73ffc614b9966bede3250fdfe6a3755d684f5a (patch)
tree26bcec33150642d1a25a9b49ba28350e1074535b /notmuch-show.c
parent15ea8625d1895a376c18c23845a774f32eb7aece (diff)
Fix build warning: "/*" within comment
Diffstat (limited to 'notmuch-show.c')
-rw-r--r--notmuch-show.c2
1 files changed, 1 insertions, 1 deletions
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