undid an oopsie

This commit is contained in:
cozis
2022-12-06 17:56:57 +01:00
parent a327aa1cf7
commit 7e3eb6364a
+1 -1
View File
@@ -1925,7 +1925,7 @@ static _Bool parse_function_arguments(Context *ctx, int *argc_, Node **argv_)
type = parse_expression(ctx, 0, 0);
if(type == NULL)
return 0;
parameter } else
} else
type = NULL;
Node *defarg; // Default argument (or NULL if there isn't one)