aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/pop3/camel-pop3-stream.c
diff options
context:
space:
mode:
Diffstat (limited to 'camel/providers/pop3/camel-pop3-stream.c')
-rw-r--r--camel/providers/pop3/camel-pop3-stream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/providers/pop3/camel-pop3-stream.c b/camel/providers/pop3/camel-pop3-stream.c
index 5b0dd979ca..23b9b1e040 100644
--- a/camel/providers/pop3/camel-pop3-stream.c
+++ b/camel/providers/pop3/camel-pop3-stream.c
@@ -64,7 +64,7 @@ stream_fill(CamelPOP3Stream *is)
is->end[0] = '\n';
return is->end - is->ptr;
} else {
- dd(printf("POP3_STREAM_FILL(ERROR): '%s'\n", strerror(errno)));
+ dd(printf("POP3_STREAM_FILL(ERROR): '%s'\n", strerror (errno)));
return -1;
}
}