]> diplodocus.org Git - nmh/blobdiff - uip/sendsbr.c
Print pointers in debug with C99's `%p' rather than `0x%x'.
[nmh] / uip / sendsbr.c
index 796b58eab43bda32a675ed50fc22ecdd3569eb98..4106010078cca75bf449494ddeeb84d112b3c0df 100644 (file)
@@ -592,9 +592,8 @@ tmp_fd (void)
 
     if (debugsw)
        inform("temporary file %s selected", tfile);
 
     if (debugsw)
        inform("temporary file %s selected", tfile);
-    else
-       if (m_unlink (tfile) == NOTOK)
-           advise (tfile, "unable to remove");
+    else if (m_unlink (tfile) == NOTOK)
+        advise (tfile, "unable to remove");
 
     return fd;
 }
 
     return fd;
 }