diff options
author | Max Kellermann <max@duempel.org> | 2008-12-10 19:53:10 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-12-10 19:53:10 +0100 |
commit | af8b511c67840ce2baa18c5cfe3abff9639c5ed1 (patch) | |
tree | 0ebffd07913811bfc7525d8f02b9d66b82ed3539 /src/screen_play.c | |
parent | d35bfe6d57bbd1adb830d7f7ae7ebc3c7dc9e644 (diff) | |
download | mpd-af8b511c67840ce2baa18c5cfe3abff9639c5ed1.tar.gz mpd-af8b511c67840ce2baa18c5cfe3abff9639c5ed1.tar.xz mpd-af8b511c67840ce2baa18c5cfe3abff9639c5ed1.zip |
support: renamed source to hscroll.c
There is only strscroll() left in support.c. Give the source a better
name.
Diffstat (limited to '')
-rw-r--r-- | src/screen_play.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screen_play.c b/src/screen_play.c index feff1f7ae..f8f65ba62 100644 --- a/src/screen_play.c +++ b/src/screen_play.c @@ -20,7 +20,7 @@ #include "i18n.h" #include "charset.h" #include "options.h" -#include "support.h" +#include "hscroll.h" #include "mpdclient.h" #include "utils.h" #include "strfsong.h" |