Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
c5749019
Commit
c5749019
authored
Jul 30, 1999
by
Karl Heuer
Browse files
(lock_if_free): Indentation fix.
parent
faa57c0a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/filelock.c
src/filelock.c
+1
-1
No files found.
src/filelock.c
View file @
c5749019
...
...
@@ -515,7 +515,7 @@ lock_if_free (clasher, lfname)
else
if
(
locker
==
1
)
return
1
;
/* Someone else has it. */
else
if
(
locker
==
-
1
)
return
-
1
;
/* current_lock_owner() returned strange error */
return
-
1
;
/* current_lock_owner() returned strange error */
/* We deleted a stale lock; try again to lock the file. */
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment