diff options
Diffstat (limited to 'lockfile.h')
-rw-r--r-- | lockfile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lockfile.h b/lockfile.h index c81983a925..9843053ce8 100644 --- a/lockfile.h +++ b/lockfile.h @@ -189,7 +189,7 @@ static inline int is_lock_file_locked(struct lock_file *lk) * `errno` set by the failing call. */ void unable_to_lock_message(const char *path, int err, - struct strbuf *buf); + struct strbuf *buf); /* * Emit an appropriate error message and `die()` following the failure |