projects
/
notmuch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15ea862
)
Fix build warning: "/*" within comment
author
Austin Clements
<amdragon@MIT.EDU>
Sat, 14 Jan 2012 03:08:23 +0000
(22:08 -0500)
committer
David Bremner
<bremner@debian.org>
Sat, 14 Jan 2012 15:16:35 +0000
(11:16 -0400)
notmuch-show.c
patch
|
blob
|
history
diff --git
a/notmuch-show.c
b/notmuch-show.c
index 87a1c906107742f772d6a7d9ae7ec75a054b0832..d14dac976e33d596565721fcd3616e8f12c814f4 100644
(file)
--- 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