Merge pull request #593 from aroben/windows-build-fix

Fix the build on Windows
This commit is contained in:
Vicent Martí 2012-03-09 11:53:51 -08:00
commit ad87ccb8b2

View File

@ -15,7 +15,7 @@ struct attr_expected {
const char *expected_str;
};
static inline void attr_check_expected(
GIT_INLINE(void) attr_check_expected(
enum attr_expect_t expected,
const char *expected_str,
const char *value)