Add back newline

This commit is contained in:
Christian Semmler 2025-07-11 16:37:59 -07:00
parent d91cff37ab
commit 6715b17daf
No known key found for this signature in database
GPG Key ID: 086DAA1360BEEE5C

View File

@ -946,6 +946,7 @@ MxResult IsleApp::SetupWindow()
} }
IsleDebug_Init(); IsleDebug_Init();
return SUCCESS; return SUCCESS;
} }