diff options
Diffstat (limited to 'dd.c')
-rw-r--r-- | dd.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ | |||
30 | #include <string.h> | 30 | #include <string.h> |
31 | #include <fcntl.h> | 31 | #include <fcntl.h> |
32 | 32 | ||
33 | static struct suffix_mult dd_suffixes[] = { | 33 | static const struct suffix_mult dd_suffixes[] = { |
34 | { "c", 1 }, | 34 | { "c", 1 }, |
35 | { "w", 2 }, | 35 | { "w", 2 }, |
36 | { "b", 512 }, | 36 | { "b", 512 }, |