aboutsummaryrefslogtreecommitdiff
path: root/miscutils/mt.c
diff options
context:
space:
mode:
Diffstat (limited to 'miscutils/mt.c')
-rw-r--r--miscutils/mt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/miscutils/mt.c b/miscutils/mt.c
index a4b527f1b..bed2969ca 100644
--- a/miscutils/mt.c
+++ b/miscutils/mt.c
@@ -50,6 +50,7 @@ static const struct mt_opcodes opcodes[] = {
50 {0, 0} 50 {0, 0}
51}; 51};
52 52
53int mt_main(int argc, char **argv);
53int mt_main(int argc, char **argv) 54int mt_main(int argc, char **argv)
54{ 55{
55 const char *file = "/dev/tape"; 56 const char *file = "/dev/tape";