From aa961687f2c4862bc6430b386015373b4eae2043 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Fonseca?= Date: Fri, 17 Oct 2003 22:35:47 +0000 Subject: Fix compiler warning. (Daniel Richard G.) --- smtp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smtp.c b/smtp.c index 14f1df6..87b086b 100644 --- a/smtp.c +++ b/smtp.c @@ -137,7 +137,7 @@ static const char * message_cb (void **buf, int *len, void *arg) /* only allow rewinding in the beginning of a message otherwise * it will break the pipes */ assert(*buf == NULL); - return; + return NULL; } if (*buf == NULL) -- cgit v1.2.3