commit 3e42be80f540b84d11d520fe010e5ac65a47b14d from: Omar Polo date: Thu Oct 04 20:01:11 2018 UTC more on style commit - 1d13acf5106c060e0290ec408449e42cb55ef798 commit + 3e42be80f540b84d11d520fe010e5ac65a47b14d blob - a901b4228b7ef72210324d4ad4d1ca42d1c69554 blob + 83ebba34b3458c689db1a58adb437ac3c6c64767 --- mymenu.c +++ mymenu.c @@ -1818,7 +1818,7 @@ main(int argc, char **argv) } best_match_style = 0; - for (int i = 0; i < xis->count_styles; ++i) { + for (i = 0; i < xis->count_styles; ++i) { XIMStyle ts = xis->supported_styles[i]; if (ts == (XIMPreeditNothing | XIMStatusNothing)) { best_match_style = ts;