mirror of
https://git.proxmox.com/git/libgit2
synced 2025-06-22 22:23:05 +00:00
Fixed typo in one of the ifndef's in pool.h used to enable/disable debug mode
This commit is contained in:
parent
f1260e03d9
commit
93e1664228
@ -124,7 +124,7 @@ extern char *git_pool_strcat(git_pool *pool, const char *a, const char *b);
|
|||||||
/*
|
/*
|
||||||
* Misc utilities
|
* Misc utilities
|
||||||
*/
|
*/
|
||||||
#ifndef _DEBUG_POOL
|
#ifndef GIT_DEBUG_POOL
|
||||||
extern uint32_t git_pool__open_pages(git_pool *pool);
|
extern uint32_t git_pool__open_pages(git_pool *pool);
|
||||||
#endif
|
#endif
|
||||||
extern bool git_pool__ptr_in_pool(git_pool *pool, void *ptr);
|
extern bool git_pool__ptr_in_pool(git_pool *pool, void *ptr);
|
||||||
|
Loading…
Reference in New Issue
Block a user