mirror of
https://github.com/yawut/SDL.git
synced 2026-04-25 07:52:57 -05:00
Fixed comment typo.
This commit is contained in:
parent
77d19e60a0
commit
9187576376
|
|
@ -67,7 +67,7 @@ SDL_InitBeApp(void)
|
|||
return SDL_SetError("Couldn't create BApplication thread");
|
||||
}
|
||||
|
||||
/* Change working to directory to that of executable */
|
||||
/* Change working directory to that of executable */
|
||||
app_info info;
|
||||
if (B_OK == be_app->GetAppInfo(&info)) {
|
||||
entry_ref ref = info.ref;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user