changeset 4567:a92eb4fb44b3

Comment fix.
author Richard M. Stallman <rms@gnu.org>
date Wed, 11 Aug 1993 20:37:21 +0000
parents 14d8646c61c4
children ea5521edfb75
files lisp/emacs-lisp/profile.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emacs-lisp/profile.el	Wed Aug 11 20:36:30 1993 +0000
+++ b/lisp/emacs-lisp/profile.el	Wed Aug 11 20:37:21 1993 +0000
@@ -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 */
 ;{