trivial formatting tweak
This commit is contained in:
parent
7b820f85da
commit
3b04543d8b
@ -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
|
* Copyright (c) 1980, 1993
|
||||||
@ -43,7 +43,7 @@ __COPYRIGHT("@(#) Copyright (c) 1980, 1993\n\
|
|||||||
#if 0
|
#if 0
|
||||||
static char sccsid[] = "@(#)mt.c 8.2 (Berkeley) 6/6/93";
|
static char sccsid[] = "@(#)mt.c 8.2 (Berkeley) 6/6/93";
|
||||||
#else
|
#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
|
||||||
#endif /* not lint */
|
#endif /* not lint */
|
||||||
|
|
||||||
@ -182,6 +182,7 @@ main(argc, argv)
|
|||||||
if (ioctl(mtfd, MTIOCTOP, &mt_com) < 0)
|
if (ioctl(mtfd, MTIOCTOP, &mt_com) < 0)
|
||||||
err(2, "%s", tape);
|
err(2, "%s", tape);
|
||||||
}
|
}
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
mt_com.mt_op = comp->c_code;
|
mt_com.mt_op = comp->c_code;
|
||||||
mt_com.mt_count = count;
|
mt_com.mt_count = count;
|
||||||
|
Loading…
Reference in New Issue
Block a user