Fix typo I introduced during last commit.

This commit is contained in:
Philippe Charnier 1997-07-11 06:11:35 +00:00
parent c38b4f3b91
commit 6451b2bfcb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=27327

View File

@ -33,10 +33,10 @@
#ifndef lint
#if 0
static char sccsid[] = "@(#)arcs.c 8.1 (Berkeley) 6/6/93";Q
static char sccsid[] = "@(#)arcs.c 8.1 (Berkeley) 6/6/93";
#endif
static const char rcsid[] =
"$Id$";
"$Id: arcs.c,v 1.3 1997/07/10 06:45:00 charnier Exp $";
#endif /* not lint */
#include <err.h>