diff options
author | Denis Vlasenko | 2007-01-29 23:43:18 +0000 |
---|---|---|
committer | Denis Vlasenko | 2007-01-29 23:43:18 +0000 |
commit | 89ef65f02463b27313ff0eba806aa6e4aec10716 (patch) | |
tree | 70eab3e72843b1418ef3d88437c1f1a19169bda8 /miscutils/mt.c | |
parent | ab2aea44479fd6f519bccd651a37f30e792b7593 (diff) | |
download | busybox-89ef65f02463b27313ff0eba806aa6e4aec10716.zip busybox-89ef65f02463b27313ff0eba806aa6e4aec10716.tar.gz |
preparatory patch for -Wwrite-strings #5
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 9ecec82..a4b527f 100644 --- a/miscutils/mt.c +++ b/miscutils/mt.c @@ -7,7 +7,7 @@ #include <sys/mtio.h> struct mt_opcodes { - char *name; + const char *name; short value; }; |