mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 21:46:05 +00:00
[SHELL32]
- CDefaultContextMenu: Fix some cosmetic issues. svn path=/trunk/; revision=72328
This commit is contained in:
parent
4c322eaeef
commit
2f6cecc6f1
1 changed files with 9 additions and 9 deletions
|
@ -1002,7 +1002,7 @@ CDefaultContextMenu::NotifyShellViewWindow(LPCMINVOKECOMMANDINFO lpcmi, BOOL bRe
|
|||
HRESULT hr;
|
||||
|
||||
if (!m_site)
|
||||
return E_FAIL;;
|
||||
return E_FAIL;
|
||||
|
||||
/* Get a pointer to the shell browser */
|
||||
hr = IUnknown_QueryService(m_site, SID_IFolderView, IID_PPV_ARG(IShellView, &psv));
|
||||
|
@ -1020,7 +1020,7 @@ CDefaultContextMenu::DoRefresh(
|
|||
LPCMINVOKECOMMANDINFO lpcmi)
|
||||
{
|
||||
if (!m_site)
|
||||
return E_FAIL;;
|
||||
return E_FAIL;
|
||||
|
||||
/* Get a pointer to the shell view */
|
||||
CComPtr<IShellView> psv;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue