diff options
Diffstat (limited to 'mt.c')
-rw-r--r-- | mt.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ #include <sys/mtio.h> #include <sys/fcntl.h> -const char mt_usage[] = "mt [-f device] opcode value\n"; +static const char mt_usage[] = "mt [-f device] opcode value\n"; struct mt_opcodes { char * name; |