X-Git-Url: http://git.subgeniuskitty.com/vvhitespace/.git/blobdiff_plain/249fb9ba4de5d1a7b562ce1d6c66d526f729cffb..6e942bd8524e9393f61a0358a0282b2641f9d3d7:/vv_compiler.c diff --git a/vv_compiler.c b/vv_compiler.c index 3153eee..7ab1e06 100644 --- a/vv_compiler.c +++ b/vv_compiler.c @@ -108,7 +108,5 @@ main(int argc, char ** argv) fclose(input); fclose(output); - printf("Successfully converted source code.\n"); - exit(EXIT_SUCCESS); }