Skip to content

Commit

Permalink
Fix spelling on command line argument.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Ricci committed Jan 21, 2025
1 parent a65e50f commit 2a549e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Amalgam/AmalgamMain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ PLATFORM_MAIN_CONSOLE
}
else if(args[i] == "--debug-sources")
debug_sources = true;
else if(args[i] == "--no-warm-on-undefined")
else if(args[i] == "--no-warn-on-undefined")
warn_on_undefined = false;
else if(args[i] == "--nosbfds")
_enable_SBF_datastore = false;
Expand Down

0 comments on commit 2a549e9

Please sign in to comment.