diff options
author | Bertrik Sikken <bertrik@sikken.nl> | 2009-08-06 09:28:25 +0000 |
---|---|---|
committer | Bertrik Sikken <bertrik@sikken.nl> | 2009-08-06 09:28:25 +0000 |
commit | d767883a417667ceebf5bb241d02337f34bc8016 (patch) | |
tree | 7136c4a1fd24d01176d3790e4b5d49f39cd6267b /apps/gui/wps.c | |
parent | 0307cd16a094b9b03da8fbcf237470ce2ad75cf7 (diff) |
Various files: make functions static if they're local or make sure there is a proper #include if not
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22184 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui/wps.c')
-rw-r--r-- | apps/gui/wps.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/wps.c b/apps/gui/wps.c index a5142a0726..29c9403235 100644 --- a/apps/gui/wps.c +++ b/apps/gui/wps.c @@ -197,7 +197,7 @@ bool is_wps_fading(void) return wps_fading_out; } -bool update_onvol_change(struct gui_wps * gwps) +static bool update_onvol_change(struct gui_wps * gwps) { skin_update(gwps, WPS_REFRESH_NON_STATIC); |