diff options
author | Vicent Marti <tanoku@gmail.com> | 2014-03-03 12:13:17 +0100 |
---|---|---|
committer | Vicent Marti <tanoku@gmail.com> | 2014-03-03 12:13:17 +0100 |
commit | 2491c416ed84fb575506b0b58fb234ab2daa24fb (patch) | |
tree | 662cf4c2088fa2be5351fb3d8969fbb313c4a461 /include/git2/common.h | |
parent | c9f5298b0e7a1c21da35618be33ae651cbcdbcef (diff) | |
download | libgit2-2491c416ed84fb575506b0b58fb234ab2daa24fb.tar.gz |
caps: Rename the enum name too!
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. |