diff lisp/emacs-lisp/profile.el @ 4567:a92eb4fb44b3

Comment fix.
author Richard M. Stallman <rms@gnu.org>
date Wed, 11 Aug 1993 20:37:21 +0000
parents fb0ed5a1d0f3
children a539cda9df58
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 */
 ;{