X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fmain.c;h=a97f2d7d71606da039bf0ded4764654dd8b64005;hb=d25fb653bfe19a696d3f53abd784d32ba2d3ee03;hp=8029be718d08bc4823e6723657a66441b68fe651;hpb=879793eaf1d6378593f78a192f2961670f686530;p=dsw-obn.git diff --git a/src/main.c b/src/main.c index 8029be7..a97f2d7 100644 --- a/src/main.c +++ b/src/main.c @@ -44,7 +44,7 @@ main(int argc, char ** argv) if(argc != 2) { - printf("use: %s \n", argv[0]); + printf("use: %s \n", argv[0]); return 1; } @@ -53,7 +53,6 @@ main(int argc, char ** argv) ctx = oberon_create_context(import_module); mod = oberon_compile_module(ctx, code); - oberon_generate_code(ctx); oberon_destroy_context(ctx); return 0; }