diff -Nur console-tools-0.2.3/contrib/codepage.c console-tools-0.2.3-fixed/contrib/codepage.c
--- console-tools-0.2.3/contrib/codepage.c	1999-04-08 23:29:41.000000000 +0200
+++ console-tools-0.2.3-fixed/contrib/codepage.c	2004-05-29 20:43:04.614212569 +0200
@@ -227,9 +227,7 @@
 	if (optc)
 	  return 0;
 
-        fprintf(stderr, "\
-Warning: CP format is a hack!\n
-         The files produced may or may not be usable!\n");
+        fprintf(stderr, "Warning: CP format is a hack!\n The files produced may or may not be usable!\n");
 
 	sprintf(outfile, "%d.cp", CPEntryHeader.codepage);
 	if ((out = fopen(outfile, "w")) == NULL) {
diff -Nur console-tools-0.2.3/kbdtools/showkey.c console-tools-0.2.3-fixed/kbdtools/showkey.c
--- console-tools-0.2.3/kbdtools/showkey.c	1999-08-16 19:49:31.000000000 +0200
+++ console-tools-0.2.3-fixed/kbdtools/showkey.c	2004-05-29 20:42:51.223919235 +0200
@@ -267,6 +267,7 @@
 	case cmd_keymap:
 	  printf(")\n");
 	default:
+    ;
 	}
     }
 
