Oops, #else in wrong place

git-svn-id: svn://10.0.0.236/trunk@40188 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
akkana%netscape.com
1999-07-19 23:09:50 +00:00
parent aba14f3df5
commit eb9a480bb8
2 changed files with 2 additions and 2 deletions

View File

@@ -501,8 +501,8 @@ void nsHTMLContentSinkStream::EncodeToBuffer(const nsString& aSrc)
else if (mBuffer[i] == nbsp)
mBuffer[i] = ' ';
}
}
#endif
}
}