diff options
| author | Erik Naggum | 1998-04-22 17:48:16 +0000 |
|---|---|---|
| committer | Erik Naggum | 1998-04-22 17:48:16 +0000 |
| commit | dd6f88fb36b8f4db33fea342993b83454439952b (patch) | |
| tree | ac417706ef731e287b44c26c8408eb5fe80a541d /src | |
| parent | 9ae8d912e988f7a532d44e84602b860e9b8efbd7 (diff) | |
| download | emacs-dd6f88fb36b8f4db33fea342993b83454439952b.tar.gz emacs-dd6f88fb36b8f4db33fea342993b83454439952b.zip | |
(get_boot_time): Remove extraneous semicolon.
Diffstat (limited to 'src')
| -rw-r--r-- | src/filelock.c | 2 |
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. */ |