X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=blobdiff_plain;f=exec.c;h=8b0ee5e830722084c8e522840c05239cd918b431;hp=d9ced65102578238e8f0a8f4aab38ccce36f49b2;hb=c53fa31a0a27206bd74f3bd724813a46f4d3419a;hpb=f19adcd1b3e7f15ce83d1d43c5acee312c9f56ca diff --git a/exec.c b/exec.c index d9ced65..8b0ee5e 100644 --- a/exec.c +++ b/exec.c @@ -455,7 +455,6 @@ static void prog_print_statement(qc_program *prog, prog_section_statement *st) else printf("(none)"); printf("\n"); } - fflush(stdout); } static qcint prog_enterfunction(qc_program *prog, prog_section_function *func)