diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2004-03-28 07:33:46 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2004-03-28 07:33:46 +0000 |
| commit | 5483fd0a956318faab5b69a7659f1a0dc7298fae (patch) | |
| tree | d4d57bfd16f4b746263b119bc6cded1d1c3fc87a /apps/wps-display.h | |
| parent | 5e4aa6400918a32108f29ef8ec661930c5702492 (diff) | |
| download | rockbox-5483fd0a956318faab5b69a7659f1a0dc7298fae.zip rockbox-5483fd0a956318faab5b69a7659f1a0dc7298fae.tar.gz rockbox-5483fd0a956318faab5b69a7659f1a0dc7298fae.tar.bz2 rockbox-5483fd0a956318faab5b69a7659f1a0dc7298fae.tar.xz | |
The ID3 browser now shows the correct genre information
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4442 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/wps-display.h')
| -rw-r--r-- | apps/wps-display.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/wps-display.h b/apps/wps-display.h index 9933045..12eed07 100644 --- a/apps/wps-display.h +++ b/apps/wps-display.h @@ -37,6 +37,6 @@ bool wps_refresh(struct mp3entry* id3, int ffwd_offset, unsigned char refresh_mo bool wps_display(struct mp3entry* id3); bool wps_load(char* file, bool display); void wps_reset(void); -char* wps_get_genre(unsigned int genre); +char* wps_get_genre(struct mp3entry* id3); #endif |