aboutsummaryrefslogtreecommitdiff
path: root/mt.c
diff options
context:
space:
mode:
Diffstat (limited to 'mt.c')
-rw-r--r--mt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mt.c b/mt.c
index a61ad5a40..7168ef7ac 100644
--- a/mt.c
+++ b/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
6const char mt_usage[] = "mt [-f device] opcode value\n"; 6static const char mt_usage[] = "mt [-f device] opcode value\n";
7 7
8struct mt_opcodes { 8struct mt_opcodes {
9 char * name; 9 char * name;