OK, the parser now looks more decent.
[repair.git] / Repair / RepairCompiler / MCC / Compiler.java
index c2d16124949e68e7e20c68ec03a2d55d3fbd9e63..949ae871de523e77747cb6a0de9974fba63e9e6a 100755 (executable)
@@ -39,7 +39,7 @@ public class Compiler {
          * specified at command line
          */
 
          * specified at command line
          */
 
-        System.out.println("\nMCC v0.0.1 - MIT LCS (Author: Daniel Roy, Brian Demsky)");
+        System.out.println("MCC v0.0.1 - MIT LCS (Author: Daniel Roy, Brian Demsky)\n");
 
        if (cli.infile == null) {
            System.err.println("\nError: no input file specified");
 
        if (cli.infile == null) {
            System.err.println("\nError: no input file specified");