diff options
-rw-r--r-- | coreutils/dd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/coreutils/dd.c b/coreutils/dd.c index e172b0c29..4d1ef0b76 100644 --- a/coreutils/dd.c +++ b/coreutils/dd.c | |||
@@ -93,9 +93,9 @@ int dd_main(int argc ATTRIBUTE_UNUSED, char **argv) | |||
93 | FLAG_COUNT = 1 << 5, | 93 | FLAG_COUNT = 1 << 5, |
94 | }; | 94 | }; |
95 | static const char keywords[] ALIGN1 = | 95 | static const char keywords[] ALIGN1 = |
96 | "bs=\0""count=\0""seek=\0""skip=\0""if=\0""of=\0" | 96 | "bs\0""count\0""seek\0""skip\0""if\0""of\0" |
97 | #if ENABLE_FEATURE_DD_IBS_OBS | 97 | #if ENABLE_FEATURE_DD_IBS_OBS |
98 | "ibs=\0""obs=\0""conv=\0" | 98 | "ibs\0""obs\0""conv\0" |
99 | #endif | 99 | #endif |
100 | ; | 100 | ; |
101 | #if ENABLE_FEATURE_DD_IBS_OBS | 101 | #if ENABLE_FEATURE_DD_IBS_OBS |