Updated the help output. Moved some code from InputData:: to main.
[external/ragel.git] / ragel / gendata.cpp
index e0189c6..86e3d0d 100644 (file)
@@ -722,7 +722,7 @@ void CodeGenData::writeStatement( InputLoc &loc, int nargs, char **args )
         * generators.
         *
         * Force a newline. */
-       out << "\n";
+       out << '\n';
        genLineDirective( out );
 
        if ( strcmp( args[0], "data" ) == 0 ) {