diff options
Diffstat (limited to 'coreutils')
-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 9a888dd..6f22331 100644 --- a/coreutils/od.c +++ b/coreutils/od.c @@ -144,7 +144,7 @@ odoffset(dumper_t *dumper, int argc, char ***argvp) } } -static const char *const add_strings[] = { +static const char *const add_strings[] ALIGN_PTR = { "16/1 \"%3_u \" \"\\n\"", /* a */ "8/2 \" %06o \" \"\\n\"", /* B, o */ "16/1 \"%03o \" \"\\n\"", /* b */ |