diff options
author | Magnus Holmgren <magnushol@gmail.com> | 2005-12-07 21:18:54 +0000 |
---|---|---|
committer | Magnus Holmgren <magnushol@gmail.com> | 2005-12-07 21:18:54 +0000 |
commit | 149f31ca66b7db306f70bd1559e2a9162a531963 (patch) | |
tree | d95cc68c6a4522c4b3b5d6a7dc06485737a06139 /apps/gui/gwps-common.h | |
parent | cc383764bdab15734288df82cc44172dbf7affb0 (diff) |
Forgot to add an extra BOM check. Probably killed a few gcc4 warnings too.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8195 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui/gwps-common.h')
-rw-r--r-- | apps/gui/gwps-common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/gwps-common.h b/apps/gui/gwps-common.h index 7909270419..ecda1d47ea 100644 --- a/apps/gui/gwps-common.h +++ b/apps/gui/gwps-common.h @@ -33,7 +33,7 @@ void setvol(void); bool update_onvol_change(struct gui_wps * gwps); bool update(struct gui_wps *gwps); bool ffwd_rew(int button); -bool wps_data_preload_tags(struct wps_data *data, unsigned char *buf, +bool wps_data_preload_tags(struct wps_data *data, char *buf, const char *bmpdir, size_t bmpdirlen); #ifdef WPS_KEYLOCK void display_keylock_text(bool locked); |