forked from len0rd/rockbox
pluginlib: made local functions in static and made sure that source files include their own header file.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17353 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
517aca8532
commit
a36c8f1db3
9 changed files with 23 additions and 19 deletions
|
@ -456,7 +456,7 @@ static int plugin_context_count = 0;
|
|||
static int last_context = 0; /* index into plugin_context_order
|
||||
of the last context returned */
|
||||
|
||||
const struct button_mapping* get_context_map(int context)
|
||||
static const struct button_mapping* get_context_map(int context)
|
||||
{
|
||||
(void)context;
|
||||
if (last_context<plugin_context_count)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue