mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-08 03:15:46 +00:00
Fix the build on Windows
This commit is contained in:
parent
6cfe3b3f12
commit
7bed25a23f
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user