X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/63621a81d16ab743de6b57d47578a9a2c670ad22..6fd1d18f:/sbr/lock_file.c diff --git a/sbr/lock_file.c b/sbr/lock_file.c index 426cddfc..2c8b1c75 100644 --- a/sbr/lock_file.c +++ b/sbr/lock_file.c @@ -576,7 +576,7 @@ lockit (struct lockinfo *li) fd = link(tmpfile, curlock); (void) m_unlink(tmpfile); - return (fd == -1 ? -1 : 0); + return fd == -1 ? -1 : 0; } #endif /* HAVE_LIBLOCKFILE */