From 1bad055d2a1d760738ed0cbc5bfad0eb6b876955 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Hohensohn?= Date: Sat, 1 May 2004 15:14:09 +0000 Subject: fix red and yellow git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4569 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 2da469f..845db14 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -217,7 +217,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)(void); + void (*remove_tread)(int threadnum); void (*lcd_set_contrast)(int x); /* playback control */ -- cgit v1.1