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)
commit278e515eacf58088bd55e3a766752d3e171942e6
tree8d53c720dad7eb11358f858f97037349e54231a0
parentb79a3d577d47d13922b1cccd0e986477f14d2b2d
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: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@71442 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/modules/immodules/xim/ecore_imf_xim.c