diff --git a/reactos/base/shell/explorer/startctxmnu.cpp b/reactos/base/shell/explorer/startctxmnu.cpp index 8e7e454a085..590ada50622 100644 --- a/reactos/base/shell/explorer/startctxmnu.cpp +++ b/reactos/base/shell/explorer/startctxmnu.cpp @@ -176,7 +176,7 @@ public: ILFree(pidlStart); } - return NULL; + return S_OK; } virtual HRESULT STDMETHODCALLTYPE diff --git a/reactos/base/shell/explorer/tbsite.cpp b/reactos/base/shell/explorer/tbsite.cpp index cd55b51946e..1de517d005b 100644 --- a/reactos/base/shell/explorer/tbsite.cpp +++ b/reactos/base/shell/explorer/tbsite.cpp @@ -755,7 +755,7 @@ public: return S_OK; } - }; +}; /*******************************************************************/ ITrayBandSite*