summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Roben <adam@github.com>2012-03-09 11:10:22 -0800
committerAdam Roben <adam@github.com>2012-03-09 11:10:22 -0800
commit7bed25a23f0967cc5a57bfe913416a85a59fd913 (patch)
treeb66ae721c1d51fa31f0bd025ef716f92e3d55d4f
parent6cfe3b3f12a059a044f94c63e495ab729cd9ec7b (diff)
downloadlibgit2-7bed25a23f0967cc5a57bfe913416a85a59fd913.tar.gz
Fix the build on Windows
-rw-r--r--tests-clar/attr/attr_expect.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests-clar/attr/attr_expect.h b/tests-clar/attr/attr_expect.h
index bea562457..b064eac65 100644
--- a/tests-clar/attr/attr_expect.h
+++ b/tests-clar/attr/attr_expect.h
@@ -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)