summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/scanner.l4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/scanner.l b/src/scanner.l
index dc6341da..3b22bb9e 100644
--- a/src/scanner.l
+++ b/src/scanner.l
@@ -38,9 +38,9 @@
long n = 0; \
errno = 0; \
while ((result = fread(buf, 1, max_size, yyin)) == 0 && \
- ferror(yyin)) { \
+ ferror(yyin)) { \
if (errno != EINTR) { \
- YY_FATAL_ERROR( "input in flex scanner failed" ); \
+ YY_FATAL_ERROR("input in flex scanner failed"); \
break; \
} \
errno = 0; \