fixed bug #490097
[fw/sdcc] / debugger / mcs51 / cmd.c
index e06045b963d80f4555f3954388a1e85138e928b9..ea71bff0de0c8eef587fc9d908fba274a90e1517 100644 (file)
@@ -33,7 +33,9 @@ EXTERN_STACK_DCL(callStack,function *,1024);
 
 #if defined(__APPLE__) && defined(__MACH__)
 static char *copying=
-{"                   GNU GENERAL PUBLIC LICENSE Version 2"};
+{" GNU GENERAL PUBLIC LICENSE Version 2"};
+static char *warranty=
+{" NO WARRANTY"};
 #else
 static char *copying=
 "                   GNU GENERAL PUBLIC LICENSE