Fixed that buggy thing :-)
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Mon, 24 Apr 2006 13:07:13 +0000 (13:07 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Mon, 24 Apr 2006 13:07:13 +0000 (13:07 +0000)
ir/be/test/XXEndless.c

index 1641326..ff1bf56 100644 (file)
@@ -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 {