Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
easyatm committed Apr 14, 2022
1 parent 85b4046 commit b1ae342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msedge/msedge.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ int APIENTRY WinMain(_In_ HINSTANCE hInstance,

console.set_logfile();
process.set_exception_dump(false);

bool isInstall = cmdstr.compare_icase("/install");
bool isUninstall = cmdstr.compare_icase("/uninstall");
if (isInstall || isUninstall)
Expand Down

0 comments on commit b1ae342

Please sign in to comment.