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