]> diplodocus.org Git - nmh/blobdiff - mts/smtp/smtp.c
new.c: Order two return statements to match comment.
[nmh] / mts / smtp / smtp.c
index f8478427a35a2f8c745971446c3ccaa5af90f549..f9500bc625230caf3eca92bba645301b671fc694 100644 (file)
@@ -540,7 +540,7 @@ sm_wtxt (char *buffer, int len)
 int
 sm_wtend (void)
 {
-    if (sm_wstream ((char *) NULL, 0) == NOTOK)
+    if (sm_wstream(NULL, 0) == NOTOK)
        return RP_BHST;
 
     switch (smtalk (SM_DOT + 3 * sm_addrs, ".")) {