summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index 5101ceeb20..767c593f57 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -723,6 +723,7 @@ static const struct plugin_api rockbox_api = {
723 the API gets incompatible */ 723 the API gets incompatible */
724 724
725 lcd_putsf, 725 lcd_putsf,
726 lcd_putsxyf,
726}; 727};
727 728
728int plugin_load(const char* plugin, const void* parameter) 729int plugin_load(const char* plugin, const void* parameter)