diff src/main.c @ 155:e91a302ad53a

updated for version 7.0047
author vimboss
date Wed, 02 Feb 2005 23:09:45 +0000
parents f67f8a8d81ba
children 389c8abd5925
line wrap: on
line diff
--- a/src/main.c
+++ b/src/main.c
@@ -2469,7 +2469,7 @@ mainerr(n, str)
 #endif
 
     mch_errmsg(longVersion);
-    mch_errmsg("\n");
+    mch_errmsg("\r\n");
     mch_errmsg(_(main_errors[n]));
     if (str != NULL)
     {
@@ -2477,7 +2477,7 @@ mainerr(n, str)
 	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);
 }