fix indentation and **properly** fix the compile error
This commit is contained in:
@@ -164,7 +164,7 @@ void throw_error(char* error, int error_type) {
|
|||||||
pp2d_draw_wtext(70, 150, 0.8, 0.8, COLOR_WHITE, L"Press \uE000 to shut down.");
|
pp2d_draw_wtext(70, 150, 0.8, 0.8, COLOR_WHITE, L"Press \uE000 to shut down.");
|
||||||
pp2d_end_draw();
|
pp2d_end_draw();
|
||||||
if (kDown & KEY_A) {
|
if (kDown & KEY_A) {
|
||||||
if (homebrew)
|
if (envIsHomebrew())
|
||||||
APT_HardwareResetAsync();
|
APT_HardwareResetAsync();
|
||||||
else {
|
else {
|
||||||
srvPublishToSubscriber(0x202, 0);
|
srvPublishToSubscriber(0x202, 0);
|
||||||
|
|||||||
Reference in New Issue
Block a user