aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorErik Naggum1998-04-22 17:48:16 +0000
committerErik Naggum1998-04-22 17:48:16 +0000
commitdd6f88fb36b8f4db33fea342993b83454439952b (patch)
treeac417706ef731e287b44c26c8408eb5fe80a541d /src
parent9ae8d912e988f7a532d44e84602b860e9b8efbd7 (diff)
downloademacs-dd6f88fb36b8f4db33fea342993b83454439952b.tar.gz
emacs-dd6f88fb36b8f4db33fea342993b83454439952b.zip
(get_boot_time): Remove extraneous semicolon.
Diffstat (limited to 'src')
-rw-r--r--src/filelock.c2
1 files changed, 1 insertions, 1 deletions
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 ()
111 return boot_time = utp->ut_time; 111 return boot_time = utp->ut_time;
112#else 112#else
113 return 0; 113 return 0;
114#endif; 114#endif
115} 115}
116 116
117/* Here is the structure that stores information about a lock. */ 117/* Here is the structure that stores information about a lock. */