Bug 1053576: Fix VS2013 build regression from bug in nsTextStore.cpp, r=masayuki

--HG--
extra : rebase_source : 0cb157119fd37f76093e66e30eb031dffad75159
extra : histedit_source : cc4ea0c3ceeb881457417d18654dc7dcf134be2b
This commit is contained in:
Brian Smith 2014-08-13 17:35:15 -07:00
parent 9e535da6e6
commit e6a5b5ad42

View File

@ -2408,7 +2408,7 @@ nsTextStore::RetrieveRequestedAttrs(ULONG ulCount,
if (count) {
*pcFetched = count;
return NS_OK;
return S_OK;
}
PR_LOG(sTextStoreLog, PR_LOG_ALWAYS,