]> Zhao Yanbai Git Server - minix.git/commitdiff
Fixed case error
authorThomas Veerman <thomas@minix3.org>
Wed, 22 Jul 2009 08:59:57 +0000 (08:59 +0000)
committerThomas Veerman <thomas@minix3.org>
Wed, 22 Jul 2009 08:59:57 +0000 (08:59 +0000)
test/test40.c

index c763cbb003232543a918bf03427624c3d7b5631a..c238dce93f3f9bde8cc7682d3ec4daa5c08f6990 100644 (file)
@@ -41,7 +41,7 @@ int main(int argc, char **argv) {
   }
 
   if(errorct == 0) {
-    printf("Ok\n");
+    printf("ok\n");
     exit(0);
   } else {
     printf("%d error(s)\n", errorct);