Skip to content

Commit

Permalink
Update engine.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
daid authored Dec 11, 2024
1 parent 0f4b696 commit 863881b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/engine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ Engine::Engine()
if (_NSGetExecutablePath(exe_path, &size) != 0)
{
fprintf(stderr, "Failed to get executable path.\n");
return 1;
}

char *exe_realpath = realpath(exe_path, NULL);
Expand Down

0 comments on commit 863881b

Please sign in to comment.