aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfonso Siciliano <alfsiciliano@gmail.com>2021-12-13 08:06:21 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2021-12-13 08:08:09 +0000
commit1de4665dfcd7e158b09757dba31648397cd11c81 (patch)
treed1260d8379a9505afadbde113b34dc912148fd3b
parent0a7e19b30fc0e34e7f3536df0fa64aff23955772 (diff)
-rw-r--r--usr.sbin/kbdmap/kbdmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/kbdmap/kbdmap.c b/usr.sbin/kbdmap/kbdmap.c
index c3ed13237b8d..ef6e4812a3fc 100644
--- a/usr.sbin/kbdmap/kbdmap.c
+++ b/usr.sbin/kbdmap/kbdmap.c
@@ -392,7 +392,7 @@ show_dialog(struct keymap **km_sorted, int num_keymaps)
num_keymaps, listitems, NULL);
bsddialog_end();
switch (result) {
- case BSDDIALOG_YESOK:
+ case BSDDIALOG_OK:
for (i = 0; i < num_keymaps; i++) {
if (listitems[i].on) {
printf("ici\n");