1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-02-01 00:32:52 +00:00

Fixed a couple more line endings

This commit is contained in:
Nicolay Korslund 2010-07-01 17:41:06 +02:00
parent 1ad9b234f0
commit d03a4c2c7c
3 changed files with 28 additions and 26 deletions

2
.gitignore vendored
View File

@ -16,3 +16,5 @@ openmw.cfg
Doxygen Doxygen
.thumbnails .thumbnails
resources resources
mwcompiler
mwinterpreter

View File

@ -35,4 +35,4 @@ namespace Compiler
<< " " << message << std::endl; << " " << message << std::endl;
} }
StreamErrorHandler::StreamErrorHandler (std::ostream& ErrorStream) : mStream (ErrorStream) {} } StreamErrorHandler::StreamErrorHandler (std::ostream& ErrorStream) : mStream (ErrorStream) {}}