Fix typo.

This commit is contained in:
mycroft 1994-09-19 03:35:16 +00:00
parent cd392179ef
commit 08f1f608c4
1 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@
#ifndef lint #ifndef lint
/*static char sccsid[] = "from: @(#)misc.c 8.3 (Berkeley) 4/2/94";*/ /*static char sccsid[] = "from: @(#)misc.c 8.3 (Berkeley) 4/2/94";*/
static char *rcsid = "$Id: misc.c,v 1.3 1994/09/19 03:34:16 mycroft Exp $"; static char *rcsid = "$Id: misc.c,v 1.4 1994/09/19 03:35:16 mycroft Exp $";
#endif /* not lint */ #endif /* not lint */
#include <sys/param.h> #include <sys/param.h>
@ -137,7 +137,7 @@ void
badfmt() badfmt()
{ {
error = EFTYPE; errno = EFTYPE;
err(1, "%s", archive); err(1, "%s", archive);
} }