symbols: fix possible use of uninitialized value
authorRan Benita <ran234@gmail.com>
Sat, 22 Feb 2014 21:20:04 +0000 (23:20 +0200)
committerRan Benita <ran234@gmail.com>
Sat, 22 Feb 2014 21:45:31 +0000 (23:45 +0200)
commit35dea49b0a1c2c5c832a612027c797f5c688aa13
treebb43714bf4f1217227145b9ac60ead7d55836fdd
parent4fb7b06b0f91bd720603f9fdab458695c6cd8932
symbols: fix possible use of uninitialized value

Nothing bad can come out of it, but for some reason this error didn't
return early (inherited from xkbcomp).
Also promote the log message to an error, as it clearly is.

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