[LIB/ATL]

* Fix a typo.
* Remove a redundant assign.

svn path=/trunk/; revision=58207
This commit is contained in:
Amine Khaldi 2013-01-23 19:09:52 +00:00
parent 015d42cf42
commit 87644827ce

View file

@ -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;