Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2006-10-20 17:28:22 +0400
committerDenis Vlasenko <vda.linux@googlemail.com>2006-10-20 17:28:22 +0400
commite1a0d486e4804eae098571f1a6788394c2ee51ae (patch)
treec6f3435738900c8d53832eb919b1b2c3d524f2e5 /console-tools/loadkmap.c
parentdd2982882bb192ea757f32514bc2ea0bc96f5ba0 (diff)
message string changes, mostly for consistency, also -32 bytes in .rodata
Diffstat (limited to 'console-tools/loadkmap.c')
-rw-r--r--console-tools/loadkmap.c2
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);