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