From: Tormod Volden Date: Thu, 4 Jun 2015 14:24:29 +0000 (+0200) Subject: tools/Liberror: Use -X for cross-endian X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=d5e8a6bfda20957a58d576bdd16e0d7461630f59;p=FUZIX.git tools/Liberror: Use -X for cross-endian Signed-off-by: Tormod Volden --- diff --git a/Library/tools/liberror.c b/Library/tools/liberror.c index b0bf3640..8e027713 100644 --- a/Library/tools/liberror.c +++ b/Library/tools/liberror.c @@ -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;