diff options
Diffstat (limited to '')
-rw-r--r-- | bin/gfxx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/gfxx.c b/bin/gfxx.c index 8a43fd2f..1d6f57cb 100644 --- a/bin/gfxx.c +++ b/bin/gfxx.c @@ -158,7 +158,7 @@ static char options[128]; static void formatOptions(void) { snprintf( options, sizeof(options), - "gfxx -c %s -e%c -E%c -b %hhu%hhu%hhu%hhu -n %#zx %s%s-w %zu -z %zu", + "gfxx -c %s -e%c -E%c -b %hhu%hhu%hhu%hhu -n 0x%zX %s%s-w %zu -z %zu", COLOR__STR[space], "lb"[byteOrder], "lb"[bitOrder], |