diff options
author | Bertrik Sikken <bertrik@sikken.nl> | 2008-05-03 23:18:56 +0000 |
---|---|---|
committer | Bertrik Sikken <bertrik@sikken.nl> | 2008-05-03 23:18:56 +0000 |
commit | 6a0340fc213d120643c6c73050be4cbd10171b6b (patch) | |
tree | 8c44897c05752d0d1b154b6609bf096fdd9670f4 /apps/gui | |
parent | a969e85e179cd1260b04203f01c68aaa85001504 (diff) |
More static / header file cleanup.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17341 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui')
-rw-r--r-- | apps/gui/color_picker.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/color_picker.c b/apps/gui/color_picker.c index a788cbade2..0614fb74eb 100644 --- a/apps/gui/color_picker.c +++ b/apps/gui/color_picker.c @@ -329,7 +329,7 @@ static void draw_screen(struct screen *display, char *title, } #ifdef HAVE_TOUCHPAD -int touchpad_slider(struct rgb_pick *rgb, int *selected_slider) +static int touchpad_slider(struct rgb_pick *rgb, int *selected_slider) { short x,y; int text_top,i,x1; |