Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 93e1664

Browse files
committed
Fixed typo in one of the ifndef's in pool.h used to enable/disable debug mode
1 parent f1260e0 commit 93e1664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pool.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ extern char *git_pool_strcat(git_pool *pool, const char *a, const char *b);
124124
/*
125125
* Misc utilities
126126
*/
127-
#ifndef _DEBUG_POOL
127+
#ifndef GIT_DEBUG_POOL
128128
extern uint32_t git_pool__open_pages(git_pool *pool);
129129
#endif
130130
extern bool git_pool__ptr_in_pool(git_pool *pool, void *ptr);

0 commit comments

Comments
 (0)