Code

lyrics: don't check current.lines==NULL
authorMax Kellermann <max@duempel.org>
Wed, 17 Sep 2008 10:25:48 +0000 (12:25 +0200)
committerMax Kellermann <max@duempel.org>
Wed, 17 Sep 2008 10:25:48 +0000 (12:25 +0200)
commit3a278a50a6cc0df63c862a6bdee95d158b74e625
tree03cd3dfe706c86ee1c32f29c3a4f8a5f42442ffc
parent6321db0068e012ec29372fbc058203e6d2855bee
lyrics: don't check current.lines==NULL

current.lines is always initialized, and cannot be NULL, no need to
check it.
src/screen_lyrics.c