aboutsummaryrefslogtreecommitdiff
path: root/console-tools/setkeycodes.c
diff options
context:
space:
mode:
Diffstat (limited to 'console-tools/setkeycodes.c')
-rw-r--r--console-tools/setkeycodes.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/console-tools/setkeycodes.c b/console-tools/setkeycodes.c
index 0a5366be9..169d0bb0a 100644
--- a/console-tools/setkeycodes.c
+++ b/console-tools/setkeycodes.c
@@ -35,7 +35,7 @@ struct kbkeycode {
35}; 35};
36static const int KDSETKEYCODE = 0x4B4D; /* write kernel keycode table entry */ 36static const int KDSETKEYCODE = 0x4B4D; /* write kernel keycode table entry */
37 37
38extern int 38extern int
39setkeycodes_main(int argc, char** argv) 39setkeycodes_main(int argc, char** argv)
40{ 40{
41 char *ep; 41 char *ep;
@@ -45,7 +45,7 @@ setkeycodes_main(int argc, char** argv)
45 if (argc % 2 != 1 || argc < 2) { 45 if (argc % 2 != 1 || argc < 2) {
46 bb_show_usage(); 46 bb_show_usage();
47 } 47 }
48 48
49 fd = get_console_fd(); 49 fd = get_console_fd();
50 50
51 while (argc > 2) { 51 while (argc > 2) {