updated for version 7.0047
diff --git a/src/main.c b/src/main.c
index 3b888f2..0919a47 100644
--- a/src/main.c
+++ b/src/main.c
@@ -2469,7 +2469,7 @@
 #endif
 
     mch_errmsg(longVersion);
-    mch_errmsg("\n");
+    mch_errmsg("\r\n");
     mch_errmsg(_(main_errors[n]));
     if (str != NULL)
     {
@@ -2477,7 +2477,7 @@
 	mch_errmsg((char *)str);
 	mch_errmsg("\"");
     }
-    mch_errmsg(_("\nMore info with: \"vim -h\"\n"));
+    mch_errmsg(_("\nMore info with: \"vim -h\"\r\n"));
 
     mch_exit(1);
 }