From be7894509feb701630efa4a1a18a5af621068bac Mon Sep 17 00:00:00 2001 From: Christi Scarborough Date: Tue, 5 Jul 2005 22:27:54 +0000 Subject: (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 --- apps/plugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugin.h') 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); -- cgit v1.2.3