unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* [PATCH] Fix build warning: "/*" within comment
@ 2012-01-14  3:08 Austin Clements
  2012-01-14 15:25 ` David Bremner
  0 siblings, 1 reply; 2+ messages in thread
From: Austin Clements @ 2012-01-14  3:08 UTC (permalink / raw)
  To: notmuch

---
 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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Fix build warning: "/*" within comment
  2012-01-14  3:08 [PATCH] Fix build warning: "/*" within comment Austin Clements
@ 2012-01-14 15:25 ` David Bremner
  0 siblings, 0 replies; 2+ messages in thread
From: David Bremner @ 2012-01-14 15:25 UTC (permalink / raw)
  To: Austin Clements, notmuch

On Fri, 13 Jan 2012 22:08:23 -0500, Austin Clements <amdragon@MIT.EDU> wrote:
> ---
>  notmuch-show.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)

Pushed.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-01-14 15:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-14  3:08 [PATCH] Fix build warning: "/*" within comment Austin Clements
2012-01-14 15:25 ` David Bremner

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).