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

2012-01-14 Thread David Bremner
On Fri, 13 Jan 2012 22:08:23 -0500, Austin Clements wrote: > --- > notmuch-show.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) Pushed.

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

2012-01-14 Thread David Bremner
On Fri, 13 Jan 2012 22:08:23 -0500, Austin Clements wrote: > --- > notmuch-show.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) Pushed. ___ notmuch mailing list notmuch@notmuchmail.org http://notmuchmail.org/mailman/listinfo/notmuch

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

2012-01-13 Thread Austin Clements
--- 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_typ

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

2012-01-13 Thread Austin Clements
--- 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_ty