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