eolian: fix lexer assertion failure
authorDaniel Kolesa <d.kolesa@osg.samsung.com>
Fri, 1 May 2015 10:57:50 +0000 (11:57 +0100)
committerDaniel Kolesa <d.kolesa@osg.samsung.com>
Fri, 1 May 2015 10:58:05 +0000 (11:58 +0100)
commit9b167d953c34cdbc6baf0f04c630d2475244fbb0
tree4901e60d379e0f82778803209260a243f1b2ef5b
parenta74000a65cf64389d89a1014b206347795b934c7
eolian: fix lexer assertion failure

The function was missing an "else", so a wrong branch was always
executed with errors at EOF. This fixes that.
@fix
src/lib/eolian/eo_lexer.c