diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-10-20 13:28:22 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-10-20 13:28:22 +0000 |
commit | e1a0d486e4804eae098571f1a6788394c2ee51ae (patch) | |
tree | c6f3435738900c8d53832eb919b1b2c3d524f2e5 /console-tools | |
parent | dd2982882bb192ea757f32514bc2ea0bc96f5ba0 (diff) | |
download | busybox-e1a0d486e4804eae098571f1a6788394c2ee51ae.tar.gz |
message string changes, mostly for consistency, also -32 bytes in .rodata
Diffstat (limited to 'console-tools')
-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 ec55c3990..ce9b6817c 100644 --- a/console-tools/loadkmap.c +++ b/console-tools/loadkmap.c @@ -40,7 +40,7 @@ int loadkmap_main(int argc, char **argv) xread(0, buff, 7); if (strncmp(buff, BINARY_KEYMAP_MAGIC, 7)) - bb_error_msg_and_die("This is not a valid binary keymap."); + bb_error_msg_and_die("this is not a valid binary keymap"); xread(0, flags, MAX_NR_KEYMAPS); |