Fixed a couple more line endings

actorid
Nicolay Korslund 15 years ago
parent 1ad9b234f0
commit d03a4c2c7c

2
.gitignore vendored

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

@ -24,7 +24,7 @@ namespace Compiler
/// \brief Exception: EOF condition encountered
class EOFException : public SourceException
{ virtual const char *what() const throw() { return "end of file"; }
{ virtual const char *what() const throw() { return "end of file"; }
///< Return error message
};
}

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

Loading…
Cancel
Save