diff options
author | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-01-29 23:43:18 +0000 |
---|---|---|
committer | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-01-29 23:43:18 +0000 |
commit | 1a0a65f68efe01e93ef3c083c21a77dee97ca036 (patch) | |
tree | 70eab3e72843b1418ef3d88437c1f1a19169bda8 /miscutils/mt.c | |
parent | fc6a03ef2fa63dcecef603d178139a779b9e7081 (diff) | |
download | busybox-w32-1a0a65f68efe01e93ef3c083c21a77dee97ca036.tar.gz busybox-w32-1a0a65f68efe01e93ef3c083c21a77dee97ca036.tar.bz2 busybox-w32-1a0a65f68efe01e93ef3c083c21a77dee97ca036.zip |
preparatory patch for -Wwrite-strings #5
git-svn-id: svn://busybox.net/trunk/busybox@17658 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'miscutils/mt.c')
-rw-r--r-- | miscutils/mt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/mt.c b/miscutils/mt.c index 9ecec82a1..a4b527f1b 100644 --- a/miscutils/mt.c +++ b/miscutils/mt.c | |||
@@ -7,7 +7,7 @@ | |||
7 | #include <sys/mtio.h> | 7 | #include <sys/mtio.h> |
8 | 8 | ||
9 | struct mt_opcodes { | 9 | struct mt_opcodes { |
10 | char *name; | 10 | const char *name; |
11 | short value; | 11 | short value; |
12 | }; | 12 | }; |
13 | 13 | ||