aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pop3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pop3.c b/pop3.c
index c2ce2d22..f10043ae 100644
--- a/pop3.c
+++ b/pop3.c
@@ -198,7 +198,7 @@ int socket;
struct hostrec *queryctl;
int number;
{
- return(gen_transact(socket, "DELE %d", number);
+ return(gen_transact(socket, "DELE %d", number));
}
const static struct method pop3 =