procqueue: use uint8_t as output buffer type

This commit is contained in:
Vadim Yanitskiy 2017-09-01 15:22:32 +07:00
parent 304fa73421
commit 1cf7f34444
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ int
osmo_gapk_pq_execute(struct osmo_gapk_pq *pq)
{
int i;
void *buf_prev, *buf;
uint8_t *buf_prev, *buf;
unsigned int len_prev;
buf_prev = NULL;