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_utils.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 'src/screen_utils.c')
-rw-r--r-- | src/screen_utils.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/screen_utils.c b/src/screen_utils.c index 20b4be1a4..89b364429 100644 --- a/src/screen_utils.c +++ b/src/screen_utils.c @@ -21,7 +21,6 @@ #include "mpdclient.h" #include "config.h" #include "i18n.h" -#include "support.h" #include "options.h" #include "colors.h" #include "wreadln.h" |