diff options
Diffstat (limited to 'debianutils/run_parts.c')
-rw-r--r-- | debianutils/run_parts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debianutils/run_parts.c b/debianutils/run_parts.c index 8a1f38a1d..5066742cf 100644 --- a/debianutils/run_parts.c +++ b/debianutils/run_parts.c | |||
@@ -35,7 +35,7 @@ | |||
35 | #include "libbb.h" | 35 | #include "libbb.h" |
36 | 36 | ||
37 | #if ENABLE_FEATURE_RUN_PARTS_LONG_OPTIONS | 37 | #if ENABLE_FEATURE_RUN_PARTS_LONG_OPTIONS |
38 | static const char runparts_longopts[] = | 38 | static const char runparts_longopts[] ALIGN1 = |
39 | "arg\0" Required_argument "a" | 39 | "arg\0" Required_argument "a" |
40 | "umask\0" Required_argument "u" | 40 | "umask\0" Required_argument "u" |
41 | "test\0" No_argument "t" | 41 | "test\0" No_argument "t" |