]> diplodocus.org Git - nmh/blobdiff - uip/scansbr.c
inc/test-eom-align: Create test mboxes in less steps.
[nmh] / uip / scansbr.c
index 457379cdc6c9dd0ae343c64af854fcd8599948ac..ea5cf266d25e194db1d0989cb1a176ceae5e7f9d 100644 (file)
@@ -348,7 +348,7 @@ finished:
     if (scnout && (ferror(scnout) || fclose (scnout) == EOF))
        DIEWRERR();
 
-    return (state != FILEEOF ? SCNERR : encrypted ? SCNENC : SCNMSG);
+    return state != FILEEOF ? SCNERR : encrypted ? SCNENC : SCNMSG;
 }