Whamcloud - gitweb
b=21670 fix invalid var type to hold getopt rc
authorAndrew Perepechko <andrew.perepechko@sun.com>
Wed, 23 Dec 2009 22:22:44 +0000 (01:22 +0300)
committerAndrew Perepechko <andrew.perepechko@sun.com>
Wed, 23 Dec 2009 22:22:44 +0000 (01:22 +0300)
i=Andreas Dilger

lustre/tests/mpi/parallel_grouplock.c

index 0f9a137..c9e0f41 100644 (file)
@@ -959,8 +959,7 @@ void usage(char *proc)
 
 int main(int argc, char *argv[])
 {
-        char c;
-        int i, iterations = 1;
+        int c, i, iterations = 1;
 
         setbuf(stdout, 0);
         setbuf(stderr, 0);