diff options
Diffstat (limited to 'src/filelock.c')
| -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 67e8dbd34ed..bfa1d63d833 100644 --- a/src/filelock.c +++ b/src/filelock.c | |||
| @@ -569,7 +569,7 @@ current_lock_owner (lock_info_type *owner, char *lfname) | |||
| 569 | if (! (boot[0] == '\200' && boot[1] == '\242')) | 569 | if (! (boot[0] == '\200' && boot[1] == '\242')) |
| 570 | return -1; | 570 | return -1; |
| 571 | boot += 2; | 571 | boot += 2; |
| 572 | /* Fall through. */ | 572 | FALLTHROUGH; |
| 573 | case ':': | 573 | case ':': |
| 574 | if (! c_isdigit (boot[0])) | 574 | if (! c_isdigit (boot[0])) |
| 575 | return -1; | 575 | return -1; |