diff options
Diffstat (limited to 'coreutils/od.c')
-rw-r--r-- | coreutils/od.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/od.c b/coreutils/od.c index 9a888dd5f..6f22331e0 100644 --- a/coreutils/od.c +++ b/coreutils/od.c | |||
@@ -144,7 +144,7 @@ odoffset(dumper_t *dumper, int argc, char ***argvp) | |||
144 | } | 144 | } |
145 | } | 145 | } |
146 | 146 | ||
147 | static const char *const add_strings[] = { | 147 | static const char *const add_strings[] ALIGN_PTR = { |
148 | "16/1 \"%3_u \" \"\\n\"", /* a */ | 148 | "16/1 \"%3_u \" \"\\n\"", /* a */ |
149 | "8/2 \" %06o \" \"\\n\"", /* B, o */ | 149 | "8/2 \" %06o \" \"\\n\"", /* B, o */ |
150 | "16/1 \"%03o \" \"\\n\"", /* b */ | 150 | "16/1 \"%03o \" \"\\n\"", /* b */ |