Bug 547881 - Made a mistake when fixing a nit. r=me

This commit is contained in:
Doug Turner 2010-03-24 09:20:36 -07:00
parent d39f70bf61
commit 289fa0540c

View File

@ -307,7 +307,7 @@ struct ParamTraits<gfxMatrix>
ReadParam(aMsg, aIter, &aResult->y0))
return true;
return true;
return false;
}
static void Log(const paramType& aParam, std::wstring* aLog)