diff options
Diffstat (limited to '')
-rw-r--r-- | src/parser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parser.c b/src/parser.c index 35a0351..eaea9d2 100644 --- a/src/parser.c +++ b/src/parser.c @@ -1527,7 +1527,7 @@ synexpect(int token) STATIC void synerror(const char *msg) { - error("Syntax error: %s", msg); + sh_error("Syntax error: %s", msg); /* NOTREACHED */ } |