Merge pull request #2742 from stewid/add_missing_else_directive

Add missing else directive
This commit is contained in:
Carlos Martín Nieto 2014-12-03 21:54:44 +01:00
commit 8bfbe6988f

View File

@ -131,6 +131,7 @@ int git_openssl_set_locking(void)
giterr_set(GITERR_THREAD, "libgit2 as not built with threads");
return -1;
# endif
#else
giterr_set(GITERR_SSL, "libgit2 was not built with OpenSSL support");
return -1;
#endif