diff --git a/BeefBoot/BeefBoot.cpp b/BeefBoot/BeefBoot.cpp index f4d50544..21728602 100644 --- a/BeefBoot/BeefBoot.cpp +++ b/BeefBoot/BeefBoot.cpp @@ -27,7 +27,7 @@ using namespace Beefy; BF_IMPORT void BF_CALLTYPE Debugger_ProgramDone(); int main(int argc, char* argv[]) -{ +{ BfpSystem_SetCommandLine(argc, argv); BfpThread_SetName(NULL, "MainThread", NULL);