[gmime] minor coding style change
- From: Jeffrey Stedfast <fejj src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gmime] minor coding style change
- Date: Wed, 10 Jan 2018 15:28:44 +0000 (UTC)
commit 405052a20a6624121c775036d353358451b12b88
Author: Jeffrey Stedfast <jestedfa microsoft com>
Date: Tue Jan 9 14:43:23 2018 -0500
minor coding style change
gmime/gmime-param.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gmime/gmime-param.c b/gmime/gmime-param.c
index 018e4b9..fd6faa9 100644
--- a/gmime/gmime-param.c
+++ b/gmime/gmime-param.c
@@ -1108,9 +1108,9 @@ decode_param (GMimeParserOptions *options, const char **in, char **namep, char *
*namep = name;
*in = inptr;
return TRUE;
- } else
- _g_mime_parser_options_warn (options, offset, GMIME_WARN_INVALID_PARAMETER, name);
+ }
+ _g_mime_parser_options_warn (options, offset, GMIME_WARN_INVALID_PARAMETER, name);
g_free (value);
g_free (name);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]