summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--yacc/reader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/yacc/reader.c b/yacc/reader.c
index 25bd1277fd..7223c0b79d 100644
--- a/yacc/reader.c
+++ b/yacc/reader.c
@@ -78,7 +78,7 @@ static void pop_stack(char x) {
default: break;
}
fprintf(stderr, "Mismatched parentheses or braces: '%c'\n", x);
- syntax_error(lineno, line, cptr - 1);
+ syntax_error(lineno, line, cptr - 1);
}
}