Skip to content

Commit

Permalink
Spelling errors and indentations lel
Browse files Browse the repository at this point in the history
  • Loading branch information
joel16 committed Jul 26, 2016
1 parent 26997aa commit 6ea97ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down Expand Up @@ -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");
Expand Down

0 comments on commit 6ea97ce

Please sign in to comment.