From 89eb0213a76261be0ac53f99a96c8a7201d98694 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 11 Aug 1993 20:37:21 +0000 Subject: [PATCH] Comment fix. --- lisp/emacs-lisp/profile.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/emacs-lisp/profile.el b/lisp/emacs-lisp/profile.el index 119ffb7b585..213c4bada36 100644 --- a/lisp/emacs-lisp/profile.el +++ b/lisp/emacs-lisp/profile.el @@ -86,7 +86,7 @@ ;static struct timeval TV1,TV2; ;static struct timezone *tzp = (struct timezone *) NULL; /* no need timezone */ ;static int watch_not_started = 1 ; /* flag */ -;static char time_string[30] +;static char time_string[30]; ; ;int reset_watch() /* this call resets the stopwatch to zero */ ;{ -- 2.39.5