diff options
Diffstat (limited to 'games/backgammon/common_source/fancy.c')
-rw-r--r-- | games/backgammon/common_source/fancy.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/backgammon/common_source/fancy.c b/games/backgammon/common_source/fancy.c index fbff1ff40f9..34539f768f0 100644 --- a/games/backgammon/common_source/fancy.c +++ b/games/backgammon/common_source/fancy.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fancy.c,v 1.6 1998/09/02 06:46:51 pjanzen Exp $ */ +/* $OpenBSD: fancy.c,v 1.7 1999/07/31 21:57:40 pjanzen Exp $ */ /* * Copyright (c) 1980, 1993 @@ -37,7 +37,7 @@ #if 0 static char sccsid[] = "@(#)fancy.c 8.1 (Berkeley) 5/31/93"; #else -static char rcsid[] = "$OpenBSD: fancy.c,v 1.6 1998/09/02 06:46:51 pjanzen Exp $"; +static char rcsid[] = "$OpenBSD: fancy.c,v 1.7 1999/07/31 21:57:40 pjanzen Exp $"; #endif #endif /* not lint */ @@ -666,7 +666,7 @@ cline() int getcaps(s) - char *s; + const char *s; { char **code; /* two letter code */ char ***cap; /* pointer to cap string */ |