Code

screen_song: make the variable "current" static
authorMax Kellermann <max@duempel.org>
Fri, 5 Dec 2008 08:27:07 +0000 (09:27 +0100)
committerMax Kellermann <max@duempel.org>
Fri, 5 Dec 2008 08:27:07 +0000 (09:27 +0100)
commitb9e428208440e53929b2b6f280b79da393eac0cb
treeda2ad1c3bef80560887dd34dfc0bdb20151a2863
parentbdb1e073eeb877273585bfa9ec4d3c755bc6e0a0
screen_song: make the variable "current" static

The global variable "current" should not be exported, and should be
"static".
src/screen_song.c