diff --git a/include/heap.h b/include/heap.h index 1144d7510..140315548 100644 --- a/include/heap.h +++ b/include/heap.h @@ -11,7 +11,7 @@ #include "NNS_FND_expheap.h" typedef struct HeapParam { - u32 size; // maximum size of the heap + u32 size; // maximum size of the heap OSArenaId arena; // where to allocate the heap from } HeapParam;