diff options
Diffstat (limited to 'include/git2/index.h')
-rw-r--r-- | include/git2/index.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/index.h b/include/git2/index.h index b8897ea91..f863a6065 100644 --- a/include/git2/index.h +++ b/include/git2/index.h @@ -95,7 +95,7 @@ enum { GIT_INDEXCAP_IGNORE_CASE = 1, GIT_INDEXCAP_NO_FILEMODE = 2, GIT_INDEXCAP_NO_SYMLINKS = 4, - GIT_INDEXCAP_FROM_OWNER = (unsigned int)-1 + GIT_INDEXCAP_FROM_OWNER = ~0u }; /** |