aboutsummaryrefslogtreecommitdiffstats
path: root/src/screen.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-12-10 19:53:10 +0100
committerMax Kellermann <max@duempel.org>2008-12-10 19:53:10 +0100
commitaf8b511c67840ce2baa18c5cfe3abff9639c5ed1 (patch)
tree0ebffd07913811bfc7525d8f02b9d66b82ed3539 /src/screen.c
parentd35bfe6d57bbd1adb830d7f7ae7ebc3c7dc9e644 (diff)
downloadmpd-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 'src/screen.c')
-rw-r--r--src/screen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screen.c b/src/screen.c
index 03e50faab..9c65e7812 100644
--- a/src/screen.c
+++ b/src/screen.c
@@ -21,7 +21,7 @@
#include "screen_utils.h"
#include "config.h"
#include "i18n.h"
-#include "support.h"
+#include "hscroll.h"
#include "charset.h"
#include "mpdclient.h"
#include "utils.h"