]> Pileus Git - ~andy/fetchmail/commitdiff
Avoid SPARC bug.
authorEric S. Raymond <esr@thyrsus.com>
Fri, 4 Oct 1996 15:11:19 +0000 (15:11 -0000)
committerEric S. Raymond <esr@thyrsus.com>
Fri, 4 Oct 1996 15:11:19 +0000 (15:11 -0000)
svn path=/trunk/; revision=213

pop3.c

diff --git a/pop3.c b/pop3.c
index c2ce2d22baf72ae58fe02776237f2fa0c19bddec..f10043ae28f02015190c98f19f9b36274f50163a 100644 (file)
--- 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 =