changeset 21712:36667ebd744e

(get_boot_time): Remove extraneous semicolon.
author Erik Naggum <erik@naggum.no>
date Wed, 22 Apr 1998 17:48:16 +0000
parents 2aa9965afd39
children aa160e4358ac
files src/filelock.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/filelock.c	Wed Apr 22 17:44:41 1998 +0000
+++ b/src/filelock.c	Wed Apr 22 17:48:16 1998 +0000
@@ -111,7 +111,7 @@
   return boot_time = utp->ut_time;
 #else
   return 0;
-#endif;
+#endif
 }
 
 /* Here is the structure that stores information about a lock.  */