aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-mime-utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'camel/camel-mime-utils.c')
-rw-r--r--camel/camel-mime-utils.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/camel/camel-mime-utils.c b/camel/camel-mime-utils.c
index 25970e58a0..f9e2389fee 100644
--- a/camel/camel-mime-utils.c
+++ b/camel/camel-mime-utils.c
@@ -1491,7 +1491,7 @@ header_to_decode(const char *in)
#warning header_to_decode needs to return some structure
if (in == NULL)
- return NULL;
+ return;
do {
last = inptr;
@@ -1523,7 +1523,7 @@ header_mime_decode(const char *in)
#warning header_mime_decode needs to return the version
if (in == NULL)
- return NULL;
+ return;
header_decode_lwsp(&inptr);
if (isdigit(*inptr)) {