labels.c: lookup_label -- should return bool unconditionally
commitd7a64b72a2ca9c0a399545279f96a5b7e39b8b6d
authorCyrill Gorcunov <gorcunov@gmail.com>
Tue, 20 Apr 2010 11:26:08 +0000 (20 15:26 +0400)
committerCyrill Gorcunov <gorcunov@gmail.com>
Tue, 20 Apr 2010 21:07:25 +0000 (21 01:07 +0400)
treec43ff5b948a3d020c934365450a87eaeb2139186
parent92aa187f3ab5228caa95494e30a7efc06288802e
labels.c: lookup_label -- should return bool unconditionally

Better to not put return under condition. It was bad.

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
labels.c