mirror of
https://github.com/devkitPro/wut.git
synced 2026-08-16 15:46:49 -05:00
Fix formatting.
This commit is contained in:
@@ -12,7 +12,7 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
void
|
||||
SYSRelaunchTitle(uint32_t argc,
|
||||
SYSRelaunchTitle(uint32_t argc,
|
||||
char *pa_Argv[]);
|
||||
|
||||
void
|
||||
|
||||
@@ -15,8 +15,8 @@
|
||||
|
||||
static OSMutex sMallocMutex;
|
||||
static uint8_t *sHeapBase = NULL;
|
||||
static uint32_t sHeapMaxSize = NULL;
|
||||
static volatile uint32_t sHeapSize = NULL;
|
||||
static uint32_t sHeapMaxSize = 0;
|
||||
static volatile uint32_t sHeapSize = 0;
|
||||
|
||||
void
|
||||
__init_wut_newlibc();
|
||||
|
||||
Reference in New Issue
Block a user