PAI: Fix a typo.
This commit is contained in:
parent
9c42ed2d14
commit
347523517b
@ -61,7 +61,7 @@ pai_dalloc(tsdn_t *tsdn, pai_t *self, edata_t *edata) {
|
||||
|
||||
static inline void
|
||||
pai_dalloc_batch(tsdn_t *tsdn, pai_t *self, edata_list_active_t *list) {
|
||||
return self->dalloc_batch(tsdn, self, list);
|
||||
self->dalloc_batch(tsdn, self, list);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user