fix comparison between signed and unsigned int expressions in

xkbswitch module

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2016-12-15 10:19:57 -05:00
parent a11492784d
commit 72a2758b5a
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ parse_rules(void)
E_XKB_Option *option = NULL;
E_XKB_Variant *variant = NULL;
FILE *f;
int i;
unsigned int i;
if (!rules_file) return 0;