commit | 987be932ed3cbea56b68bbe85649191c13b66015 | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Sun Feb 06 20:07:12 2022 +0100 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Sun Feb 06 20:07:12 2022 +0100 |
tree | e6bee7fb9dca0402f5ec97807a64c1c9938dd854 | |
parent | ca466f385ac985a8b3491daa9f326dc480cdee70 [diff] [blame] |
*: slap on a few ALIGN_PTR where appropriate Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
diff --git a/libbb/getopt32.c b/libbb/getopt32.c index 5ab4d66..e861d05 100644 --- a/libbb/getopt32.c +++ b/libbb/getopt32.c
@@ -296,7 +296,7 @@ /* Code here assumes that 'unsigned' is at least 32 bits wide */ -const char *const bb_argv_dash[] = { "-", NULL }; +const char *const bb_argv_dash[] ALIGN_PTR = { "-", NULL }; enum { PARAM_STRING,