diff options
Diffstat (limited to 'util-linux/hexdump.c')
-rw-r--r-- | util-linux/hexdump.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/hexdump.c b/util-linux/hexdump.c index 57e7e8db7..307a84803 100644 --- a/util-linux/hexdump.c +++ b/util-linux/hexdump.c | |||
@@ -71,7 +71,7 @@ static void bb_dump_addfile(dumper_t *dumper, char *name) | |||
71 | fclose(fp); | 71 | fclose(fp); |
72 | } | 72 | } |
73 | 73 | ||
74 | static const char *const add_strings[] = { | 74 | static const char *const add_strings[] ALIGN_PTR = { |
75 | "\"%07.7_ax \"16/1 \"%03o \"\"\n\"", /* b */ | 75 | "\"%07.7_ax \"16/1 \"%03o \"\"\n\"", /* b */ |
76 | "\"%07.7_ax \"16/1 \"%3_c \"\"\n\"", /* c */ | 76 | "\"%07.7_ax \"16/1 \"%3_c \"\"\n\"", /* c */ |
77 | "\"%07.7_ax \"8/2 \" %05u \"\"\n\"", /* d */ | 77 | "\"%07.7_ax \"8/2 \" %05u \"\"\n\"", /* d */ |