From: Erik Naggum Date: Wed, 22 Apr 1998 17:48:16 +0000 (+0000) Subject: (get_boot_time): Remove extraneous semicolon. X-Git-Tag: emacs-20.3~1364 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dd6f88fb36b8f4db33fea342993b83454439952b;p=emacs.git (get_boot_time): Remove extraneous semicolon. --- diff --git a/src/filelock.c b/src/filelock.c index 50e86536268..7da65d0dc56 100644 --- a/src/filelock.c +++ b/src/filelock.c @@ -111,7 +111,7 @@ get_boot_time () return boot_time = utp->ut_time; #else return 0; -#endif; +#endif } /* Here is the structure that stores information about a lock. */