diff --git a/src/toolsrc/parse.pla b/src/toolsrc/parse.pla
index 744122e..d240754 100644
--- a/src/toolsrc/parse.pla
+++ b/src/toolsrc/parse.pla
@@ -1313,12 +1313,12 @@ def parse_module#0
     init_idglobal
     init_idlocal
     puts("Data+Code buffer size = "); puti(codebufsz); putln; putln
-    puts(@modfile);
+    puts(@modfile); putln
     if nextln
         //
         // Compile module
         //
-        puts("\nDATA:");
+        puts("DATA:");
         while parse_mods;              nextln; loop
         while parse_vars(GLOBAL_TYPE, FALSE); nextln; loop
         emit_codeseg