keysym-utf: Fix a warning about shadowing
authorSiddharth Heroor <heroor@ti.com>
Mon, 7 Oct 2013 08:41:36 +0000 (14:11 +0530)
committerRan Benita <ran234@gmail.com>
Mon, 7 Oct 2013 18:00:33 +0000 (21:00 +0300)
commit27f2743cf19ec6e2d4e8fe8d172a7e2e7cf99a38
tree3128d987b0dea6b2d1d3999309d4debb6567ef4d
parent1e52bf79951855914057d289e84aed1d98c2b331
keysym-utf: Fix a warning about shadowing

Change variable names to avoid the name clash. The warning seen is

src/keysym-utf.c: In function 'bin_search':
src/keysym-utf.c:841: warning: declaration of 'min' shadows a global declaration
src/utils.h:109: warning: shadowed declaration is here
src/keysym-utf.c:842: warning: declaration of 'max' shadows a global declaration
src/utils.h:115: warning: shadowed declaration is here

Signed-off-by: Siddharth Heroor <heroor@ti.com>
src/keysym-utf.c