diff options
author | Jeremy Allison <jra@samba.org> | 2000-04-13 16:46:32 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2000-04-13 16:46:32 +0000 |
commit | 019bab27c8ac811885a836eaf234a3ba6aa8a361 (patch) | |
tree | 25ccddff6cd4714a88fd95310136e345a93fa9e8 /source3/locking | |
parent | a018d6b3262d0617242f8be10b4e2dfb96f813e1 (diff) | |
download | samba-019bab27c8ac811885a836eaf234a3ba6aa8a361.tar.gz samba-019bab27c8ac811885a836eaf234a3ba6aa8a361.tar.bz2 samba-019bab27c8ac811885a836eaf234a3ba6aa8a361.zip |
Typo - missing '}'.
Jeremy.
(This used to be commit 0216d81f061ee599a798fdbf25625fbbbd88ef08)
Diffstat (limited to 'source3/locking')
-rw-r--r-- | source3/locking/locking.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/locking/locking.c b/source3/locking/locking.c index decc36fc03..9ea9e08ded 100644 --- a/source3/locking/locking.c +++ b/source3/locking/locking.c @@ -159,6 +159,7 @@ static BOOL posix_lock_in_range(SMB_OFF_T *offset_out, SMB_OFF_T *count_out, DEBUG(10,("posix_lock_in_range: negative range: offset = %.0f, count = %.0f. Ignoring lock.\n", (double)offset, (double)count )); return False; + } /* * In this case SMB_OFF_T is 64 bits, the offset and count |