summaryrefslogtreecommitdiff
path: root/core/ucaps.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/ucaps.h')
-rw-r--r--core/ucaps.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/core/ucaps.h b/core/ucaps.h
index 013f264d2f..79b346acba 100644
--- a/core/ucaps.h
+++ b/core/ucaps.h
@@ -1373,7 +1373,6 @@ static const int reverse_caps_table[CAPS_LEN - 1][2] = {
};
static int _find_upper(int ch) {
-
int low = 0;
int high = CAPS_LEN - 1;
int middle;
@@ -1394,7 +1393,6 @@ static int _find_upper(int ch) {
}
static int _find_lower(int ch) {
-
int low = 0;
int high = CAPS_LEN - 2;
int middle;
@@ -1413,4 +1411,5 @@ static int _find_lower(int ch) {
return ch;
}
-#endif
+
+#endif // UCAPS_H