From: Michael Beck Date: Mon, 24 Apr 2006 13:07:13 +0000 (+0000) Subject: Fixed that buggy thing :-) X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=55786a9412a01dbf9f3a8a9affbcdfefe808d360;p=libfirm Fixed that buggy thing :-) --- diff --git a/ir/be/test/XXEndless.c b/ir/be/test/XXEndless.c index 1641326fd..ff1bf56db 100644 --- a/ir/be/test/XXEndless.c +++ b/ir/be/test/XXEndless.c @@ -48,7 +48,7 @@ int main(int argc, char *argv[]) { int i = 0; printf("XXEndless.c\n"); - if (argc != 1) { + if (argc != 2) { printf("\nUsage: Endless n, where n determines the loop.\n"); printf("Continuing with default input.\n"); } else {