From e937310f93921365a05612c2fc8a9b714d47efa7 Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Mon, 31 Dec 2007 00:04:27 +0000 Subject: Fix typos in two lcd_remote function names. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15983 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugin.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps') diff --git a/apps/plugin.h b/apps/plugin.h index 5ac4aa7cc2..5b6d7cf872 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -228,8 +228,8 @@ struct plugin_api { void (*lcd_remote_clear_display)(void); void (*lcd_remote_setmargins)(int x, int y); void (*lcd_remote_puts)(int x, int y, const unsigned char *string); - void (*lcd_remote_lcd_puts_scroll)(int x, int y, const unsigned char* string); - void (*lcd_remote_lcd_stop_scroll)(void); + void (*lcd_remote_puts_scroll)(int x, int y, const unsigned char* string); + void (*lcd_remote_stop_scroll)(void); void (*lcd_remote_set_drawmode)(int mode); int (*lcd_remote_get_drawmode)(void); void (*lcd_remote_setfont)(int font); -- cgit v1.2.3