mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 17:32:22 -07:00
Fix odin version printing
This commit is contained in:
+1
-1
@@ -1166,7 +1166,7 @@ Type *check_get_params(Checker *c, Scope *scope, AstNode *_params, bool *is_vari
|
||||
success = false;
|
||||
}
|
||||
} else {
|
||||
type = make_type_generic(c->allocator, 0);
|
||||
type = make_type_generic(c->allocator, 0, str_lit(""));
|
||||
}
|
||||
} else {
|
||||
type = check_type(c, type_expr);
|
||||
|
||||
Reference in New Issue
Block a user