PAI: Fix a typo.

This commit is contained in:
David Goldblatt 2021-07-08 10:38:45 -07:00 committed by David Goldblatt
parent 9c42ed2d14
commit 347523517b

View File

@ -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);
}
/*