diff options
| author | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2000-11-02 18:54:14 +0000 |
|---|---|---|
| committer | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2000-11-02 18:54:14 +0000 |
| commit | 31852454cb20bee483b9771c1947d2b3044b22cd (patch) | |
| tree | 763a377fb4d295e5da4dc57c482af8b435027138 | |
| parent | fe8b8829592218b8748d4fee5cacfac2e974f00c (diff) | |
Unbreak world due to a very, very lame typo by myself.
Sorry for the trouble it caused.
Submitted by: Phil Homewood <pdh@bit.net.au>
Noticed by: Chad R. Larson <chad@DCFinc.com>
Notes
Notes:
svn path=/stable/2.2/; revision=68252
| -rw-r--r-- | games/cribbage/io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/cribbage/io.c b/games/cribbage/io.c index da8180054ae3..3e1420da9150 100644 --- a/games/cribbage/io.c +++ b/games/cribbage/io.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)io.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$" + "$FreeBSD$"; #endif /* not lint */ #include <ctype.h> |
