Fix typo.
This commit is contained in:
parent
cd392179ef
commit
08f1f608c4
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue