mirror of
https://git.proxmox.com/git/libgit2
synced 2025-08-16 13:33:14 +00:00
Use GIT_INLINE instead of inline
This commit is contained in:
parent
eca67c585e
commit
b7158c53a4
@ -682,7 +682,7 @@ struct foreach_state {
|
|||||||
void *data;
|
void *data;
|
||||||
};
|
};
|
||||||
|
|
||||||
static inline int filename_to_oid(git_oid *oid, const char *ptr)
|
GIT_INLINE(int) filename_to_oid(git_oid *oid, const char *ptr)
|
||||||
{
|
{
|
||||||
int v, i = 0;
|
int v, i = 0;
|
||||||
if (strlen(ptr) != 41)
|
if (strlen(ptr) != 41)
|
||||||
|
Loading…
Reference in New Issue
Block a user