mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-08 19:51:31 +00:00
Merge pull request #593 from aroben/windows-build-fix
Fix the build on Windows
This commit is contained in:
commit
ad87ccb8b2
@ -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