Commit 7bed25a2 by Adam Roben

Fix the build on Windows

parent 6cfe3b3f
...@@ -15,7 +15,7 @@ struct attr_expected { ...@@ -15,7 +15,7 @@ struct attr_expected {
const char *expected_str; const char *expected_str;
}; };
static inline void attr_check_expected( GIT_INLINE(void) attr_check_expected(
enum attr_expect_t expected, enum attr_expect_t expected,
const char *expected_str, const char *expected_str,
const char *value) const char *value)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment