diff options
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 1405ba3..171ed7f 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -228,7 +228,7 @@ struct plugin_api { #endif void (*plugin_tsr)(void (*exit_callback)(void)); int (*create_thread)(void* function, void* stack, int stack_size, char *name); - void (*remove_tread)(int threadnum); + void (*remove_thread)(int threadnum); void (*lcd_set_contrast)(int x); /* playback control */ |