diff options
Diffstat (limited to 'console-tools/loadkmap.c')
-rw-r--r-- | console-tools/loadkmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/console-tools/loadkmap.c b/console-tools/loadkmap.c index d4981ad21..91ef50884 100644 --- a/console-tools/loadkmap.c +++ b/console-tools/loadkmap.c | |||
@@ -69,7 +69,7 @@ int loadkmap_main(int argc UNUSED_PARAM, char **argv) | |||
69 | 69 | ||
70 | xread(STDIN_FILENO, flags, 7); | 70 | xread(STDIN_FILENO, flags, 7); |
71 | if (!is_prefixed_with(flags, BINARY_KEYMAP_MAGIC)) | 71 | if (!is_prefixed_with(flags, BINARY_KEYMAP_MAGIC)) |
72 | bb_error_msg_and_die("not a valid binary keymap"); | 72 | bb_simple_error_msg_and_die("not a valid binary keymap"); |
73 | 73 | ||
74 | xread(STDIN_FILENO, flags, MAX_NR_KEYMAPS); | 74 | xread(STDIN_FILENO, flags, MAX_NR_KEYMAPS); |
75 | 75 | ||