X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/ecd50cc5f6c2a427e821483993678b78c94ffdfd..ac153baba6893597d9bfc0e22469736fbc5e6821:/uip/scansbr.c diff --git a/uip/scansbr.c b/uip/scansbr.c index bbc5a168..ea5cf266 100644 --- a/uip/scansbr.c +++ b/uip/scansbr.c @@ -11,7 +11,7 @@ #include #include #include -#include "../sbr/terminal.h" +#include "sbr/terminal.h" static struct format *fmt; static struct comp *datecomp; /* pntr to "date" comp */ @@ -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; }