X-Git-Url: http://git.subgeniuskitty.com/vvhitespace/.git/blobdiff_plain/249fb9ba4de5d1a7b562ce1d6c66d526f729cffb..3695b659af12996f07d40088bf175a083770d573:/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); }