Fix the build on Windows

This commit is contained in:
Adam Roben 2012-03-09 11:10:22 -08:00
parent 6cfe3b3f12
commit 7bed25a23f

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)