diff options
author | Frank Gevaerts <frank@gevaerts.be> | 2008-10-18 23:50:05 +0000 |
---|---|---|
committer | Frank Gevaerts <frank@gevaerts.be> | 2008-10-18 23:50:05 +0000 |
commit | 8c085110137ca54d715df09432f7f0d35c2ca823 (patch) | |
tree | 1d6aeed406ca444a082d0df7522866a62a9809d3 /apps/plugins/sudoku | |
parent | ae7391b187669a89c9c7d0f30400946ab741c7fe (diff) |
revert plugin_api part of r18830, as this was the wrong solution for those
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18831 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/sudoku')
-rw-r--r-- | apps/plugins/sudoku/sudoku.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/sudoku/sudoku.c b/apps/plugins/sudoku/sudoku.c index 9a6def229c..3910e14011 100644 --- a/apps/plugins/sudoku/sudoku.c +++ b/apps/plugins/sudoku/sudoku.c @@ -82,7 +82,7 @@ PLUGIN_HEADER it's nice not to have to pass the api pointer in all function calls in the plugin */ -extern const struct plugin_api* rb; +const struct plugin_api* rb; /* Default game - used to initialise sudoku.ss if it doesn't exist. */ static const char default_game[9][9] = |