mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[LIB/ATL]
* Fix a typo. * Remove a redundant assign. svn path=/trunk/; revision=58207
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user