]> git.proxmox.com Git - libgit2.git/commitdiff
Fix the build on Windows
authorAdam Roben <adam@github.com>
Fri, 9 Mar 2012 19:10:22 +0000 (11:10 -0800)
committerAdam Roben <adam@github.com>
Fri, 9 Mar 2012 19:10:22 +0000 (11:10 -0800)
tests-clar/attr/attr_expect.h

index bea5624578adaf07af2505b0db6469f8169db488..b064eac65e2c85963fc46f30e3f7bb8790ddf171 100644 (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)