Skip to content

Commit

Permalink
Merge pull request #18 from raulfpl/master
Browse files Browse the repository at this point in the history
main.cpp: return HRESULT hr in RemoveDist
  • Loading branch information
yuk7 authored Sep 27, 2018
2 parents 864093b + ba7f752 commit d237d3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@ HRESULT RemoveDist(wchar_t *TargetName)
{
wprintf(L"Unregistering...\n");
HRESULT hr = WslUnregisterDistribution(TargetName);
return hr;
}
else
{
Expand Down

0 comments on commit d237d3a

Please sign in to comment.