From 987be932ed3cbea56b68bbe85649191c13b66015 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sun, 6 Feb 2022 20:07:12 +0100 Subject: *: slap on a few ALIGN_PTR where appropriate Signed-off-by: Denys Vlasenko --- libbb/getopt32.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbb') 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 @@ Special characters: /* 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, -- cgit v1.1