mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-06 22:08:41 +00: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
|
//- 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