mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-07 12:57:05 +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;
|
||||
};
|
||||
|
||||
static inline void attr_check_expected(
|
||||
GIT_INLINE(void) attr_check_expected(
|
||||
enum attr_expect_t expected,
|
||||
const char *expected_str,
|
||||
const char *value)
|
||||
|
Loading…
Reference in New Issue
Block a user