]> git.eshelyaron.com Git - emacs.git/commitdiff
(get_boot_time): Remove extraneous semicolon.
authorErik Naggum <erik@naggum.no>
Wed, 22 Apr 1998 17:48:16 +0000 (17:48 +0000)
committerErik Naggum <erik@naggum.no>
Wed, 22 Apr 1998 17:48:16 +0000 (17:48 +0000)
src/filelock.c

index 50e86536268a25434a5b4f8eba032d145a5f2cf9..7da65d0dc56bbe56fe688201e5ce57ed1c90aec9 100644 (file)
@@ -111,7 +111,7 @@ get_boot_time ()
   return boot_time = utp->ut_time;
 #else
   return 0;
-#endif;
+#endif
 }
 \f
 /* Here is the structure that stores information about a lock.  */