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