cmd: Remove a pointless linefeed in an error message.

Francois Gouget fgouget at free.fr
Wed Apr 3 09:07:35 CDT 2013


---
 programs/cmd/cmd.rc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/programs/cmd/cmd.rc b/programs/cmd/cmd.rc
index c3cdb52..d464cab 100644
--- a/programs/cmd/cmd.rc
+++ b/programs/cmd/cmd.rc
@@ -360,5 +360,5 @@ Enter HELP <command> for further information on any of the above commands.\n"
   WCMD_NOOPERAND, "Expected an operand.\n"
   WCMD_NOOPERATOR, "Expected an operator.\n"
   WCMD_BADPAREN, "Mismatch in parentheses.\n"
-  WCMD_BADHEXOCT, "Badly formed number - must be one of decimal (12),\n hexadecimal (0x34) or octal (056).\n"
+  WCMD_BADHEXOCT, "Badly formed number - must be one of decimal (12), hexadecimal (0x34) or octal (056).\n"
 }
-- 
1.7.10.4




More information about the wine-patches mailing list