remove dead_script_hint, add scripting capabilities to willowisp, willowisps can...
[supertux.git] / src / lisp / lexer.cpp
index 4e4f2fb..c9daf4b 100644 (file)
@@ -130,7 +130,7 @@ Lexer::getNextToken()
         } catch(EOFException& ) {
           std::stringstream msg;
           msg << "Parse error in line " << startline << ": "
-            << "EOF while parsing string.";
+              << "EOF while parsing string.";
           throw std::runtime_error(msg.str());
         }
         nextChar();