diff options
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 | ||