aboutsummaryrefslogtreecommitdiff
path: root/src/check_expr.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2018-07-28 19:44:00 +0100
committergingerBill <bill@gingerbill.org>2018-07-28 19:44:00 +0100
commit1705ba806905bfbfd2352767ad95a0d1c0376090 (patch)
treec608e40b5c83c9310bac97366a7a4cdfa3351926 /src/check_expr.cpp
parent8d2c4a78a19774d98f5603d78ab6520f39d18bcd (diff)
Fix typos
Diffstat (limited to 'src/check_expr.cpp')
-rw-r--r--src/check_expr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/check_expr.cpp b/src/check_expr.cpp
index 42c9e57bc..c1b2be3b8 100644
--- a/src/check_expr.cpp
+++ b/src/check_expr.cpp
@@ -2758,8 +2758,8 @@ Entity *check_selector(CheckerContext *c, Operand *operand, Ast *node, Type *typ
return entity;
}
+
bool check_builtin_procedure(CheckerContext *c, Operand *operand, Ast *call, i32 id) {
- GB_ASSERT(call->kind == Ast_CallExpr);
ast_node(ce, CallExpr, call);
BuiltinProc *bp = &builtin_procs[id];
{