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