summaryrefslogtreecommitdiff
path: root/src/worktree.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/worktree.h')
-rw-r--r--src/worktree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/worktree.h b/src/worktree.h
index 1d40c3a5d..587189f81 100644
--- a/src/worktree.h
+++ b/src/worktree.h
@@ -31,7 +31,7 @@ struct git_worktree {
/* Path to the parent's working directory */
char *parent_path;
- int locked:1;
+ unsigned int locked:1;
};
char *git_worktree__read_link(const char *base, const char *file);