diff options
| author | gingerBill <bill@gingerbill.org> | 2018-05-06 15:31:18 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2018-05-06 15:31:18 +0100 |
| commit | 66b4252931a152a40c3713d0ec96348ae9762444 (patch) | |
| tree | 1d0797b1f8a762374ea329e241f57dbc42561c81 /src/check_expr.cpp | |
| parent | fc77b5b4accb8b23c6ecc0a0067b965ba74f6650 (diff) | |
Fix #210
Diffstat (limited to 'src/check_expr.cpp')
| -rw-r--r-- | src/check_expr.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/check_expr.cpp b/src/check_expr.cpp index 73a6b9b35..139b376f2 100644 --- a/src/check_expr.cpp +++ b/src/check_expr.cpp @@ -5584,7 +5584,6 @@ ExprKind check_expr_base_internal(Checker *c, Operand *o, AstNode *node, Type *t error(node, "Expected %lld values for this array literal, got %lld", cast(long long)t->Array.count, cast(long long)max); } } - break; } |