Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
per1cycle committed Aug 14, 2024
1 parent e98acd1 commit f74ad5f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions NanaBox/ResizeVirtualHardDiskPage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ namespace winrt::NanaBox::implementation
this->m_WindowHandle,
winrt::hresult_error(HRESULT_FROM_WIN32(Error)));
}

::SendMessageW(WaitingHandle, WM_CLOSE, 0, 0);
}));
}
Expand Down
1 change: 0 additions & 1 deletion NanaBox/Utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,6 @@ winrt::handle ShowCompactVirtualHardDiskDialog(
}

::SendMessageW(WaitingHandle, WM_CLOSE, 0, 0);

}
catch (...)
{
Expand Down

0 comments on commit f74ad5f

Please sign in to comment.