From: Stelian Pop Date: Fri, 10 Nov 2000 11:54:52 +0000 (+0000) Subject: typo. X-Git-Tag: release_0_4b20~5 X-Git-Url: https://git.wh0rd.org/?p=dump.git;a=commitdiff_plain;h=f3f3530092fa8ae03415d495c35c6dc63c1bf643;hp=51b01afee9aa77a4ac099dcf7ce74d67deaf2d3e typo. --- diff --git a/dump/optr.c b/dump/optr.c index ced4262..6ac8bbd 100644 --- a/dump/optr.c +++ b/dump/optr.c @@ -40,7 +40,7 @@ #ifndef lint static const char rcsid[] = - "$Id: optr.c,v 1.12 2000/11/10 11:48:31 stelian Exp $"; + "$Id: optr.c,v 1.13 2000/11/10 11:54:52 stelian Exp $"; #endif /* not lint */ #include @@ -584,10 +584,10 @@ print_wmsg(char arg, int dumpme, const char *dev, int level, mtpt ? mtpt : ""); if (ddate) - printf(" Level %c, Date %s\n", + printf("Level %c, Date %s\n", level, date); else - printf(" never\n"); + printf("never\n"); } /*