diff options
| author | Jonathan Gordon <rockbox@jdgordon.info> | 2008-03-11 09:16:44 +0000 |
|---|---|---|
| committer | Jonathan Gordon <rockbox@jdgordon.info> | 2008-03-11 09:16:44 +0000 |
| commit | c194b388fa04b2a89f361eea45e14f2796402306 (patch) | |
| tree | bea53b6a0cf529999033978d7fe8e8a21eade5a3 /apps/plugins | |
| parent | 9603e4e92ff9a4ae656cc4a857bdb655cf126375 (diff) | |
| download | rockbox-c194b388fa04b2a89f361eea45e14f2796402306.zip rockbox-c194b388fa04b2a89f361eea45e14f2796402306.tar.gz rockbox-c194b388fa04b2a89f361eea45e14f2796402306.tar.bz2 rockbox-c194b388fa04b2a89f361eea45e14f2796402306.tar.xz | |
pointers suck... spotted in IRC
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16625 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins')
| -rw-r--r-- | apps/plugins/lib/playback_control.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/lib/playback_control.h b/apps/plugins/lib/playback_control.h index 679a890..83f0764 100644 --- a/apps/plugins/lib/playback_control.h +++ b/apps/plugins/lib/playback_control.h @@ -21,7 +21,7 @@ /* Use these if your menu uses the new menu api. REMEBER to call playback_control_init(rb) before rb->do_menu()... */ -extern const struct menu_item_ex *playback_control_menu; +extern const struct menu_item_ex playback_control_menu; void playback_control_init(struct plugin_api* newapi); /* Use this if your menu still uses the old menu api */ |