summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2007-12-31 00:04:27 +0000
committerDave Chapman <dave@dchapman.com>2007-12-31 00:04:27 +0000
commite937310f93921365a05612c2fc8a9b714d47efa7 (patch)
tree0be2a4e3143c9e3a2ac742d60bb91f28b3114d6e
parentafe0677beb44dd71d827bb83ec78d150af19d500 (diff)
downloadrockbox-e937310f93921365a05612c2fc8a9b714d47efa7.tar.gz
rockbox-e937310f93921365a05612c2fc8a9b714d47efa7.zip
Fix typos in two lcd_remote function names.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15983 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/plugin.h4
1 files changed, 2 insertions, 2 deletions
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 {
228 void (*lcd_remote_clear_display)(void); 228 void (*lcd_remote_clear_display)(void);
229 void (*lcd_remote_setmargins)(int x, int y); 229 void (*lcd_remote_setmargins)(int x, int y);
230 void (*lcd_remote_puts)(int x, int y, const unsigned char *string); 230 void (*lcd_remote_puts)(int x, int y, const unsigned char *string);
231 void (*lcd_remote_lcd_puts_scroll)(int x, int y, const unsigned char* string); 231 void (*lcd_remote_puts_scroll)(int x, int y, const unsigned char* string);
232 void (*lcd_remote_lcd_stop_scroll)(void); 232 void (*lcd_remote_stop_scroll)(void);
233 void (*lcd_remote_set_drawmode)(int mode); 233 void (*lcd_remote_set_drawmode)(int mode);
234 int (*lcd_remote_get_drawmode)(void); 234 int (*lcd_remote_get_drawmode)(void);
235 void (*lcd_remote_setfont)(int font); 235 void (*lcd_remote_setfont)(int font);