From 117f42066c3526a11867c83238b60b36b87929d5 Mon Sep 17 00:00:00 2001 From: Antonio Martinez Date: Tue, 16 Sep 2025 18:51:14 -0400 Subject: [PATCH] Fix duplicated descriptiveinput type --- src/command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/command.c b/src/command.c index 99a957a5c..6159fa4dc 100644 --- a/src/command.c +++ b/src/command.c @@ -112,7 +112,7 @@ CV_PossibleValue_t descriptiveinput_cons_t[] = { {6, "6Bt. (C)"}, {7, "6Bt. (D)"}, {8, "6Bt. (E)"}, - {8, "6Bt. (F)"}, + {9, "6Bt. (F)"}, {0, NULL} };