Fix something

This commit is contained in:
bʰedoh₂ swé 2024-06-11 05:28:24 +05:00
parent fa45d7b383
commit d8636ace10

View File

@ -91,7 +91,7 @@ void compile_genexec(char** result, tSyntaxElement* se){
if (token != NULL) {
string_append(result,token->content.string);
string_append(result,compile_expression(token));
if (token->next != NULL)
string_append(result,",");