diff options
author | Linus Nielsen Feltzing <linus@haxx.se> | 2004-06-22 07:17:17 +0000 |
---|---|---|
committer | Linus Nielsen Feltzing <linus@haxx.se> | 2004-06-22 07:17:17 +0000 |
commit | cac729ef82b0da450f32b142b48923576f66caaf (patch) | |
tree | 9a496bb37b66a8454219b6fd0c6655229d64ed08 /apps/plugin.h | |
parent | e61f6fa5995780054760b44b35ef4f4d4a35afed (diff) |
remove_tread() -> remove_thread()
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4788 a1c6a512-1295-4272-9138-f99709370657
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 1405ba3924..171ed7f1af 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 */ |