mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
[LIB/ATL]
* Fix a typo. * Remove a redundant assign. svn path=/trunk/; revision=58207
This commit is contained in:
parent
015d42cf42
commit
87644827ce
1 changed files with 1 additions and 2 deletions
|
@ -173,7 +173,7 @@ public:
|
|||
|
||||
HRESULT STDMETHODCALLTYPE ResourceUnregister(LPCOLESTR resFileName, UINT nID, LPCOLESTR szType)
|
||||
{
|
||||
return ResourceRegisterSz(resFileName, MAKEINTRESOURCEW(nID), szType);
|
||||
return ResourceUnregisterSz(resFileName, MAKEINTRESOURCEW(nID), szType);
|
||||
}
|
||||
|
||||
protected:
|
||||
|
@ -505,7 +505,6 @@ private:
|
|||
|
||||
iter = *pstr;
|
||||
hkey = NULL;
|
||||
iter = *pstr;
|
||||
hres = get_word(&iter, buf);
|
||||
if (FAILED(hres))
|
||||
return hres;
|
||||
|
|
Loading…
Reference in a new issue