From dd6f88fb36b8f4db33fea342993b83454439952b Mon Sep 17 00:00:00 2001 From: Erik Naggum Date: Wed, 22 Apr 1998 17:48:16 +0000 Subject: [PATCH] (get_boot_time): Remove extraneous semicolon. --- src/filelock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- 2.39.2