mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-06 13:58:40 +00:00
typo
This commit is contained in:
+1
-1
@@ -3285,7 +3285,7 @@ lnk_run(int argc, char **argv)
|
|||||||
switch (state) {
|
switch (state) {
|
||||||
case State_Null: break;
|
case State_Null: break;
|
||||||
case State_SearchEntryPoint: {
|
case State_SearchEntryPoint: {
|
||||||
ProfBegin("Serach Entry Point");
|
ProfBegin("Search Entry Point");
|
||||||
LNK_Symbol *entry_point_symbol = 0;
|
LNK_Symbol *entry_point_symbol = 0;
|
||||||
|
|
||||||
B32 is_entry_point_unspecified = config->entry_point_name.size == 0;
|
B32 is_entry_point_unspecified = config->entry_point_name.size == 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user