mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
Fix typo
This commit is contained in:
+1
-1
@@ -927,7 +927,7 @@ gb_internal void check_enum_type(CheckerContext *ctx, Type *enum_type, Type *nam
|
|||||||
|
|
||||||
gb_internal bool is_valid_bit_field_backing_type(Type *type) {
|
gb_internal bool is_valid_bit_field_backing_type(Type *type) {
|
||||||
if (type == nullptr) {
|
if (type == nullptr) {
|
||||||
return nullptr;
|
return false;
|
||||||
}
|
}
|
||||||
type = base_type(type);
|
type = base_type(type);
|
||||||
if (is_type_untyped(type)) {
|
if (is_type_untyped(type)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user