-Erik
This commit is contained in:
Erik Andersen 2000-05-01 19:11:16 +00:00
parent 94f5e0ba7c
commit 4625240674
2 changed files with 0 additions and 2 deletions

View File

@ -51,7 +51,6 @@ int loadkmap_main(int argc, char **argv)
}
read(0, buff, 7);
printf("buff='%s'\n", buff);
if (0 != strncmp(buff, magic, 7)) {
fprintf(stderr, "This is not a valid binary keymap.\n");
exit(FALSE);

View File

@ -51,7 +51,6 @@ int loadkmap_main(int argc, char **argv)
}
read(0, buff, 7);
printf("buff='%s'\n", buff);
if (0 != strncmp(buff, magic, 7)) {
fprintf(stderr, "This is not a valid binary keymap.\n");
exit(FALSE);