diff options
author | Frank Gevaerts <frank@gevaerts.be> | 2008-10-18 23:31:29 +0000 |
---|---|---|
committer | Frank Gevaerts <frank@gevaerts.be> | 2008-10-18 23:31:29 +0000 |
commit | ae7391b187669a89c9c7d0f30400946ab741c7fe (patch) | |
tree | 967cb8861066e8eb1485eddde3e4a230a6c617c6 /apps/plugins/pacbox | |
parent | 695c39bc9cb56214ae86bc79bf129d6cb074a43b (diff) |
code police : fix some multiply defined variables
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18830 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/pacbox')
-rw-r--r-- | apps/plugins/pacbox/pacbox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/pacbox/pacbox.c b/apps/plugins/pacbox/pacbox.c index c4ee037b5a..e5d3c225ce 100644 --- a/apps/plugins/pacbox/pacbox.c +++ b/apps/plugins/pacbox/pacbox.c @@ -34,7 +34,7 @@ PLUGIN_HEADER PLUGIN_IRAM_DECLARE -const struct plugin_api* rb; +extern const struct plugin_api* rb; struct pacman_settings { int difficulty; |