summaryrefslogtreecommitdiffstats
path: root/parse.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'parse.cxx')
-rw-r--r--parse.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/parse.cxx b/parse.cxx
index 9a3f2d43..afa5a3ad 100644
--- a/parse.cxx
+++ b/parse.cxx
@@ -1363,7 +1363,7 @@ parser::parse_for_loop ()
s->incr = parse_expr_statement ();
t = next ();
if (! (t->type == tok_operator && t->content == ")"))
- throw parse_error ("expected ';'");
+ throw parse_error ("expected ')'");
}
// block