ecore_imf_xim: Rename variable to avoid shadowing
authorstefan <stefan@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 26 May 2012 22:01:53 +0000 (22:01 +0000)
committerstefan <stefan@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 26 May 2012 22:01:53 +0000 (22:01 +0000)
commit49ea791417a6ed54fa753e32bafbbb5171f69070
tree8d53c720dad7eb11358f858f97037349e54231a0
parentd1e4c939d0d2da8d81ffa9217edc894d3883ade4
ecore_imf_xim: Rename variable to avoid shadowing

index is already used in string.h, avoid it here.
src/modules/immodules/xim/ecore_imf_xim.c:116: warning: declaration of 'index' shadows a global declaration
/usr/include/string.h:487: warning: shadowed declaration is here

Signed-off-by: Stefan Schmidt <s.schmidt@samsung.com>
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@71442 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/modules/immodules/xim/ecore_imf_xim.c