X-Git-Url: http://git.subgeniuskitty.com/vvhitespace/.git/blobdiff_plain/9686c90139fc19b70f42283b1504ab9d5be7932c..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); }