tools/Liberror: Use -X for cross-endian
authorTormod Volden <debian.tormod@gmail.com>
Thu, 4 Jun 2015 14:24:29 +0000 (16:24 +0200)
committerAlan Cox <alan@linux.intel.com>
Thu, 4 Jun 2015 17:11:09 +0000 (18:11 +0100)
Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
Library/tools/liberror.c

index b0bf364..8e02771 100644 (file)
@@ -54,7 +54,7 @@ int main(int argc, char *argv[])
   int swizzle = 0;
   int i;
   
-  if (argc > 1 && strcmp(argv[1], "-x") == 0)
+  if (argc > 1 && strcmp(argv[1], "-X") == 0)
     swizzle = 1;
 
   buf[0] = ERRORS;