aboutsummaryrefslogtreecommitdiff
path: root/src/check_builtin.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2022-11-11 15:55:55 +0000
committergingerBill <bill@gingerbill.org>2022-11-11 15:55:55 +0000
commite9e05a378324470381e8111b4a929217f624f234 (patch)
tree789cfdee94566e1b6a49ff0751864582ac1ea5a7 /src/check_builtin.cpp
parent3d0e19429818781882deca35df730b3766bade5d (diff)
Fix typo
Diffstat (limited to 'src/check_builtin.cpp')
-rw-r--r--src/check_builtin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/check_builtin.cpp b/src/check_builtin.cpp
index eeadd8ef8..51306bd7b 100644
--- a/src/check_builtin.cpp
+++ b/src/check_builtin.cpp
@@ -4187,7 +4187,7 @@ bool check_builtin_procedure(CheckerContext *c, Operand *operand, Ast *call, i32
gbString str = type_to_string(ptr0.type);
error(ptr0.expr, "Expected a pointer to a non-zero sized element for '%.*s', got %s", LIT(builtin_name), str);
gb_string_free(str);
- return false
+ return false;
}
}
break;