From cac729ef82b0da450f32b142b48923576f66caaf Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Tue, 22 Jun 2004 07:17:17 +0000 Subject: remove_tread() -> remove_thread() git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4788 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugin.h') 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 */ -- cgit v1.1