mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
[EXPLORER]: One indentation and one return value fix.
svn path=/trunk/; revision=73723
This commit is contained in:
parent
27f761d0a3
commit
e96ee73cba
2 changed files with 2 additions and 2 deletions
|
@ -176,7 +176,7 @@ public:
|
|||
ILFree(pidlStart);
|
||||
}
|
||||
|
||||
return NULL;
|
||||
return S_OK;
|
||||
}
|
||||
|
||||
virtual HRESULT STDMETHODCALLTYPE
|
||||
|
|
|
@ -755,7 +755,7 @@ public:
|
|||
|
||||
return S_OK;
|
||||
}
|
||||
};
|
||||
};
|
||||
/*******************************************************************/
|
||||
|
||||
ITrayBandSite*
|
||||
|
|
Loading…
Reference in a new issue