diff options
Diffstat (limited to 'include/git2/common.h')
-rw-r--r-- | include/git2/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/common.h b/include/git2/common.h index 49ffd01d6..7effc8dba 100644 --- a/include/git2/common.h +++ b/include/git2/common.h @@ -101,7 +101,7 @@ typedef enum { GIT_HAS_THREADS = (1 << 0), GIT_HAS_HTTPS = (1 << 1), GIT_HAS_SSH = (1 << 2), -} git_cap_t; +} git_feature_t; /** * Query compile time options for libgit2. |