diff options
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. */ |