Skip to content

Commit

Permalink
Fix typo for MinSudo.
Browse files Browse the repository at this point in the history
  • Loading branch information
MouriNaruto committed Jul 30, 2024
1 parent 19ce22a commit 88a95d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MinSudo/MinSudo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -839,7 +839,7 @@ int main()
std::wstring UnresolvedCommandLine;

::SplitCommandLineEx(
std::wstring(GetCommandLineW()),
std::wstring(::GetCommandLineW()),
std::vector<std::wstring>{ L"-", L"/", L"--" },
std::vector<std::wstring>{ L"=", L":" },
ApplicationName,
Expand Down

0 comments on commit 88a95d1

Please sign in to comment.