caps: Rename the enum name too!

This commit is contained in:
Vicent Marti 2014-03-03 12:13:17 +01:00
parent c9f5298b0e
commit 2491c416ed

View File

@ -101,7 +101,7 @@ typedef enum {
GIT_HAS_THREADS = (1 << 0), GIT_HAS_THREADS = (1 << 0),
GIT_HAS_HTTPS = (1 << 1), GIT_HAS_HTTPS = (1 << 1),
GIT_HAS_SSH = (1 << 2), GIT_HAS_SSH = (1 << 2),
} git_cap_t; } git_feature_t;
/** /**
* Query compile time options for libgit2. * Query compile time options for libgit2.