- remove erroneous & from &var. By Vladimir. (r23056 from trunk)

1_11_stable
Bernhard Reutner-Fischer 2008-08-06 08:21:27 +00:00
parent a4d0cd0a31
commit 9a22b56d36
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ int kbd_mode_main(int ATTRIBUTE_UNUSED argc, char **argv)
printf("The keyboard is in %s mode\n", mode);
} else {
opt = opt & UNICODE ? 3 : opt >> 1;
xioctl(fd, KDSKBMODE, &opt);
xioctl(fd, KDSKBMODE, opt);
}
if (ENABLE_FEATURE_CLEAN_UP)