summaryrefslogtreecommitdiff
path: root/bin/mt
diff options
context:
space:
mode:
authormason <mason@NetBSD.org>2001-02-13 19:37:13 +0000
committermason <mason@NetBSD.org>2001-02-13 19:37:13 +0000
commit3b04543d8b5382e56e7bbac40d8972a04d80c29c (patch)
tree45f97e0b2e03568848b708e54d489cddba4b9c2c /bin/mt
parent7b820f85da79e4aeb1934adc414a47422d0a92eb (diff)
trivial formatting tweak
Diffstat (limited to 'bin/mt')
-rw-r--r--bin/mt/mt.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/mt/mt.c b/bin/mt/mt.c
index b6683ea4e1e..6a049bbb49c 100644
--- a/bin/mt/mt.c
+++ b/bin/mt/mt.c
@@ -1,4 +1,4 @@
-/* $NetBSD: mt.c,v 1.33 2001/02/13 16:07:59 christos Exp $ */
+/* $NetBSD: mt.c,v 1.34 2001/02/13 19:37:13 mason Exp $ */
/*
* Copyright (c) 1980, 1993
@@ -43,7 +43,7 @@ __COPYRIGHT("@(#) Copyright (c) 1980, 1993\n\
#if 0
static char sccsid[] = "@(#)mt.c 8.2 (Berkeley) 6/6/93";
#else
-__RCSID("$NetBSD: mt.c,v 1.33 2001/02/13 16:07:59 christos Exp $");
+__RCSID("$NetBSD: mt.c,v 1.34 2001/02/13 19:37:13 mason Exp $");
#endif
#endif /* not lint */
@@ -182,6 +182,7 @@ main(argc, argv)
if (ioctl(mtfd, MTIOCTOP, &mt_com) < 0)
err(2, "%s", tape);
}
+
} else {
mt_com.mt_op = comp->c_code;
mt_com.mt_count = count;