summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVicent Martí <tanoku@gmail.com>2012-03-09 11:53:51 -0800
committerVicent Martí <tanoku@gmail.com>2012-03-09 11:53:51 -0800
commitad87ccb8b2d4b99b1aa4779f17ddecc40b528da5 (patch)
treef06784c76df247ebddb6ade1709abfa80a5e185b
parent54fef6ebcba8777caf389cba06556aab6f22b1cc (diff)
parent7bed25a23f0967cc5a57bfe913416a85a59fd913 (diff)
downloadlibgit2-ad87ccb8b2d4b99b1aa4779f17ddecc40b528da5.tar.gz
Merge pull request #593 from aroben/windows-build-fix
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)