Fix odin version printing

This commit is contained in:
Ginger Bill
2017-06-29 16:08:30 +01:00
parent e4a8283327
commit 7e3293fc20
3 changed files with 5 additions and 4 deletions

View File

@@ -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);