summaryrefslogtreecommitdiff
path: root/lockfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'lockfile.h')
-rw-r--r--lockfile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lockfile.h b/lockfile.h
index c81983a..9843053 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