#include <h/scansbr.h>
#include <h/tws.h>
#include <h/utils.h>
-#include "../sbr/terminal.h"
+#include "sbr/terminal.h"
static struct format *fmt;
static struct comp *datecomp; /* pntr to "date" comp */
if (scnout && (ferror(scnout) || fclose (scnout) == EOF))
DIEWRERR();
- return (state != FILEEOF ? SCNERR : encrypted ? SCNENC : SCNMSG);
+ return state != FILEEOF ? SCNERR : encrypted ? SCNENC : SCNMSG;
}