attempt 2, fix whitespace differences

This commit is contained in:
bmagistro 2017-03-09 14:20:43 -05:00
parent e6f2ed341a
commit 975f555f22
2 changed files with 22 additions and 22 deletions

View File

@ -53,7 +53,7 @@ headerParseRecoveryMethod::headerLineError parsingContext::getHeaderParseErrorRe
void parsingContext::setHeaderParseErrorRecoveryMethod(headerParseRecoveryMethod::headerLineError recoveryMethod)
{
m_headerParseErrorRecovery = recoveryMethod;
m_headrParseErrorRecovery = recoveryMethod;
}