mirror of
https://github.com/sheumann/hush.git
synced 2024-12-25 18:33:06 +00:00
setkeycodes: something horrible happened here
to indentation... fixed now
This commit is contained in:
parent
42dfcd2612
commit
8fafacd7ec
@ -51,8 +51,7 @@ setkeycodes_main(int argc, char** argv)
|
||||
bb_error_msg_and_die("SCANCODE or KEYCODE outside bounds");
|
||||
}
|
||||
if (ioctl(fd,KDSETKEYCODE,&a)) {
|
||||
perror("KDSETKEYCODE");
|
||||
bb_error_msg_and_die("failed to set SCANCODE %x to KEYCODE %d", sc, a.keycode);
|
||||
bb_perror_msg_and_die("failed to set SCANCODE %x to KEYCODE %d", sc, a.keycode);
|
||||
}
|
||||
argc -= 2;
|
||||
argv += 2;
|
||||
|
Loading…
Reference in New Issue
Block a user