From 0218a155b0d3963c7c654412e608377afdb9661a Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Tue, 31 Oct 2006 11:30:37 +0000 Subject: put the parameter name in the function prototype git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11406 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/plugin.c b/apps/plugin.c index 518fdeff44..25f1865c9e 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -88,7 +88,7 @@ extern unsigned char pluginbuf[]; /* for actual plugins only, not for codecs */ static bool plugin_loaded = false; static int plugin_size = 0; -static bool (*pfn_tsr_exit)(bool) = NULL; /* TSR exit callback */ +static bool (*pfn_tsr_exit)(bool reenter) = NULL; /* TSR exit callback */ static char current_plugin[MAX_PATH]; static const struct plugin_api rockbox_api = { -- cgit v1.2.3