mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
code police : fix some multiply defined variables
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18830 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
695c39bc9c
commit
ae7391b187
10 changed files with 10 additions and 10 deletions
|
@ -82,7 +82,7 @@ PLUGIN_HEADER
|
|||
it's nice not to have to pass the api pointer in all function calls
|
||||
in the plugin */
|
||||
|
||||
const struct plugin_api* rb;
|
||||
extern const struct plugin_api* rb;
|
||||
|
||||
/* Default game - used to initialise sudoku.ss if it doesn't exist. */
|
||||
static const char default_game[9][9] =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue