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 a61ad5a40..7168ef7ac 100644 --- a/miscutils/mt.c +++ b/miscutils/mt.c | |||
@@ -3,7 +3,7 @@ | |||
3 | #include <sys/mtio.h> | 3 | #include <sys/mtio.h> |
4 | #include <sys/fcntl.h> | 4 | #include <sys/fcntl.h> |
5 | 5 | ||
6 | const char mt_usage[] = "mt [-f device] opcode value\n"; | 6 | static const char mt_usage[] = "mt [-f device] opcode value\n"; |
7 | 7 | ||
8 | struct mt_opcodes { | 8 | struct mt_opcodes { |
9 | char * name; | 9 | char * name; |