mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 23:58:50 +00:00
Fix typo
This commit is contained in:
+1
-1
@@ -6892,7 +6892,7 @@ ExprKind check_expr_base_internal(CheckerContext *c, Operand *o, Ast *node, Type
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (c->in_defer) {
|
if (c->in_defer) {
|
||||||
error(rs->token, "'or_return' cannot be used within a defer statement");
|
error(node, "'or_return' cannot be used within a defer statement");
|
||||||
}
|
}
|
||||||
|
|
||||||
return Expr_Expr;
|
return Expr_Expr;
|
||||||
|
|||||||
Reference in New Issue
Block a user