aboutsummaryrefslogtreecommitdiff
path: root/dd.c
diff options
context:
space:
mode:
Diffstat (limited to 'dd.c')
-rw-r--r--dd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dd.c b/dd.c
index 582310681..75bbfbac2 100644
--- a/dd.c
+++ b/dd.c
@@ -30,7 +30,7 @@
#include <string.h>
#include <fcntl.h>
-static struct suffix_mult dd_suffixes[] = {
+static const struct suffix_mult dd_suffixes[] = {
{ "c", 1 },
{ "w", 2 },
{ "b", 512 },