mirror of
https://github.com/joel16/3DSident.git
synced 2024-11-23 03:29:45 +00:00
Spelling errors and indentations lel
This commit is contained in:
parent
26997aa21d
commit
6ea97ceda9
@ -158,7 +158,7 @@ int main()
|
||||
cfguInit();
|
||||
fsInit();
|
||||
sdmcInit();
|
||||
ptmuInit();
|
||||
ptmuInit();
|
||||
|
||||
char *str_ver = malloc(100), *str_sysver = malloc(100);
|
||||
u32 os_ver = osGetKernelVersion(), firm_ver = osGetKernelVersion();
|
||||
@ -194,7 +194,7 @@ int main()
|
||||
printf("* Language: %s\n", getLang());
|
||||
printf("* MAC Address: %s\n", getMacAddress());
|
||||
|
||||
printf("* Batter Status: %s\n", batteryStatus());
|
||||
printf("* Battery Status: %s\n", batteryStatus());
|
||||
|
||||
if (sdDetect)
|
||||
printf("* SD Detected: Yes\n");
|
||||
|
Loading…
Reference in New Issue
Block a user