summaryrefslogtreecommitdiffstats
path: root/hangman/endgame.c
diff options
context:
space:
mode:
Diffstat (limited to 'hangman/endgame.c')
-rw-r--r--hangman/endgame.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/hangman/endgame.c b/hangman/endgame.c
index 4b08d532..8fb634ae 100644
--- a/hangman/endgame.c
+++ b/hangman/endgame.c
@@ -32,7 +32,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)endgame.c 5.3 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)endgame.c 5.3 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: endgame.c,v 1.2 1993/08/01 18:54:28 mycroft Exp $";
#endif /* not lint */
# include "hangman.h"