missing return 0s
authorMatthias Braun <matze@braunis.de>
Tue, 22 Aug 2006 06:06:43 +0000 (06:06 +0000)
committerMatthias Braun <matze@braunis.de>
Tue, 22 Aug 2006 06:06:43 +0000 (06:06 +0000)
ir/be/test/dowhile.c
ir/be/test/fbench.c

index 550f01b..4e962ab 100644 (file)
@@ -11,4 +11,6 @@ int main()
                if(i < 5)
                        continue;
        } while(*++p != 0);
                if(i < 5)
                        continue;
        } while(*++p != 0);
+
+       return 0;
 }
 }
index 5233787..fffcc0b 100644 (file)
@@ -842,4 +842,6 @@ char *argv[];
        } else
            printf("\nNo errors in results.\n");
 #endif
        } else
            printf("\nNo errors in results.\n");
 #endif
+
+       return 0;
 }
 }