mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Merge pull request #435 from data-man/fix_typo
Fix typo in sema_expr.c [skip ci]
This commit is contained in:
@@ -1332,7 +1332,7 @@ static inline bool sema_expand_call_arguments(SemaContext *context, CalledDecl *
|
||||
if (variadic == VARIADIC_NONE)
|
||||
{
|
||||
// 15. We have too many parameters...
|
||||
SEMA_ERROR(arg, "This argument would would exceed the number of parameters, did you add too many arguments?");
|
||||
SEMA_ERROR(arg, "This argument would exceed the number of parameters, did you add too many arguments?");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user