]> diplodocus.org Git - nmh/blobdiff - uip/popsbr.c
ext_hook(): Flip if-statement condition so then-block simply returns.
[nmh] / uip / popsbr.c
index a93190541f48e2c4a04e9649211c837e40fcaebd..356c341f6fec6f5d64aa609d0836d5c51655ccb1 100644 (file)
@@ -594,7 +594,7 @@ vcommand (const char *fmt, va_list ap)
        case OK: 
            if (poprint)
                fprintf (stderr, "<--- %s\n", response);
-           return (*response == '+' ? OK : NOTOK);
+           return *response == '+' ? OK : NOTOK;
 
        case NOTOK: 
        case DONE: