mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-06-21 19:25:00 -07:00
fixed compile error in Linux entry point
This commit is contained in:
@@ -1326,5 +1326,5 @@ main(int argc, char **argv)
|
||||
}
|
||||
|
||||
//- rjf: call into "real" entry point
|
||||
main_thread_base_entry_point(arguments_count, arguments);
|
||||
main_thread_base_entry_point(argc, argv);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user