diff options
author | Christi Scarborough <christi@coraline.org> | 2005-07-05 22:27:54 +0000 |
---|---|---|
committer | Christi Scarborough <christi@coraline.org> | 2005-07-05 22:27:54 +0000 |
commit | be7894509feb701630efa4a1a18a5af621068bac (patch) | |
tree | 19d18fd09ac3de9df25473091c423245668a40f8 /apps/plugin.h | |
parent | 5081182fe13f1158d41138b79985dff8b0632ca1 (diff) | |
download | rockbox-be7894509feb701630efa4a1a18a5af621068bac.tar.gz rockbox-be7894509feb701630efa4a1a18a5af621068bac.zip |
(1) Patch 1231281: Alignment tags for the WPS by Per Holmaeng. Use %al for left align, %ac for centre, %ar for right. It is currently not possible to use more than one %a? tag per WPS line. (2) Lots of tabs removed.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7034 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugin.h')
-rw-r--r-- | apps/plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.h b/apps/plugin.h index 3f3ed327ac..46308a1e0b 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -304,7 +304,7 @@ struct plugin_api { #endif #if CONFIG_HWCODEC == MASNONE void (*pcm_play_data)(const unsigned char *start, int size, - void (*get_more)(unsigned char** start, long*size)); + void (*get_more)(unsigned char** start, long*size)); void (*pcm_play_stop)(void); void (*pcm_set_frequency)(unsigned int frequency); bool (*pcm_is_playing)(void); |