xkbcomp/keymap: silence a gcc warning
authorRan Benita <ran234@gmail.com>
Sat, 30 Mar 2013 16:19:01 +0000 (19:19 +0300)
committerDaniel Stone <daniel@fooishbar.org>
Mon, 1 Apr 2013 16:50:08 +0000 (17:50 +0100)
commit094f1dc29a93d39a2a53ea60ed87edd7a1514db6
tree773727a05fbd8a0d1688b1d38d68ada0fa4ea394
parent38654f5e74d966b45393bd3bdfe718f19e27ba30
xkbcomp/keymap: silence a gcc warning

src/xkbcomp/keymap.c:127:12: error: 'found' may be used uninitialized in this function [-Werror=maybe-uninitialized]

Not really, but why not.

Signed-off-by: Ran Benita <ran234@gmail.com>
src/xkbcomp/keymap.c