mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
Fix typo I introduced during last commit.
This commit is contained in:
parent
c38b4f3b91
commit
6451b2bfcb
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue