aboutsummaryrefslogtreecommitdiffstats
path: root/camel/gmime-rfc2047.c
diff options
context:
space:
mode:
Diffstat (limited to 'camel/gmime-rfc2047.c')
-rw-r--r--camel/gmime-rfc2047.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/gmime-rfc2047.c b/camel/gmime-rfc2047.c
index 780a866006..7266cb1159 100644
--- a/camel/gmime-rfc2047.c
+++ b/camel/gmime-rfc2047.c
@@ -131,7 +131,7 @@ gchar
gchar *charset, *encoding, *text, *end;
gchar dc[4096];
charset = data+1;
- encoding = strchr(charset, '?');
+ encoding = strchr (charset, '?');
if (!encoding) break;
encoding++;