From: Thomas Veerman Date: Wed, 22 Jul 2009 08:59:57 +0000 (+0000) Subject: Fixed case error X-Git-Tag: v3.1.5~209 X-Git-Url: http://zhaoyanbai.com/repos/pkcs11-tokens.html?a=commitdiff_plain;h=df41717f44ab3e951f0b08011d014761b3b2e63e;p=minix.git Fixed case error --- diff --git a/test/test40.c b/test/test40.c index c763cbb00..c238dce93 100644 --- a/test/test40.c +++ b/test/test40.c @@ -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);