diff --git a/nbio/nbio_test.c b/nbio/nbio_test.c index 647311e219..103d180571 100644 --- a/nbio/nbio_test.c +++ b/nbio/nbio_test.c @@ -35,7 +35,7 @@ static void nbio_read_test(void) size_t size, prog; bool looped = false; struct nbio_t* read = nbio_open("test.bin", NBIO_READ); - void *ptr = nbio_get_ptr(read, &size); + void* ptr = nbio_get_ptr(read, &size); if (size != 1024*1024) puts("ERROR: wrong size (2)");