mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-24 20:08:10 +01:00
Fix build warning: "/*" within comment
This commit is contained in:
parent
15ea8625d1
commit
fa73ffc614
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue