diff options
author | 1996-12-27 09:48:07 +0000 | |
---|---|---|
committer | 1996-12-27 09:48:07 +0000 | |
commit | c7467c6bef235d0813856174fea72038a94ea775 (patch) | |
tree | 910322d7a2efa1ad6dc4a934e23db59a07ffedac | |
parent | Remove some GCC warnings in generated output; from Steve Price via FreeBSD (diff) | |
download | wireguard-openbsd-c7467c6bef235d0813856174fea72038a94ea775.tar.xz wireguard-openbsd-c7467c6bef235d0813856174fea72038a94ea775.zip |
epilepsy in csrg?
-rw-r--r-- | sbin/restore/tape.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/restore/tape.c b/sbin/restore/tape.c index 81196b2634d..c35463ec63c 100644 --- a/sbin/restore/tape.c +++ b/sbin/restore/tape.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tape.c,v 1.5 1996/12/11 19:23:40 deraadt Exp $ */ +/* $OpenBSD: tape.c,v 1.6 1996/12/27 09:48:07 deraadt Exp $ */ /* $NetBSD: tape.c,v 1.22 1996/11/30 18:31:29 cgd Exp $ */ /* @@ -324,7 +324,7 @@ again: "Unless you know which volume your", " file(s) are on you should start\n", "with the last volume and work", - " towards towards the first.\n"); + " towards the first.\n"); } else { fprintf(stderr, "You have read volumes"); strcpy(buf, ": "); |