# HG changeset patch # User Richard M. Stallman # Date 745101441 0 # Node ID a92eb4fb44b33adfdb376c035334b715c27cfe90 # Parent 14d8646c61c441f160637ce35f01debcd0cf46e0 Comment fix. diff -r 14d8646c61c4 -r a92eb4fb44b3 lisp/emacs-lisp/profile.el --- 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 */ ;{