summaryrefslogtreecommitdiffstats
path: root/cribbage/score.c
diff options
context:
space:
mode:
Diffstat (limited to 'cribbage/score.c')
-rw-r--r--cribbage/score.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/cribbage/score.c b/cribbage/score.c
index be3ca3fd..d3fddd9a 100644
--- a/cribbage/score.c
+++ b/cribbage/score.c
@@ -32,7 +32,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)score.c 5.5 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)score.c 5.5 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: score.c,v 1.2 1993/08/01 18:55:11 mycroft Exp $";
#endif /* not lint */
#include <stdio.h>