forked from len0rd/rockbox
code after variables
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4764 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
38567bab2b
commit
ce60003ebb
1 changed files with 2 additions and 2 deletions
|
@ -270,8 +270,6 @@ void showscore(struct pong *p)
|
||||||
/* this is the plugin entry point */
|
/* this is the plugin entry point */
|
||||||
enum plugin_status plugin_start(struct plugin_api* api, void* parameter)
|
enum plugin_status plugin_start(struct plugin_api* api, void* parameter)
|
||||||
{
|
{
|
||||||
TEST_PLUGIN_API(api);
|
|
||||||
|
|
||||||
struct pong pong;
|
struct pong pong;
|
||||||
bool game = true;
|
bool game = true;
|
||||||
|
|
||||||
|
@ -294,6 +292,8 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter)
|
||||||
this to avoid the compiler warning about it */
|
this to avoid the compiler warning about it */
|
||||||
(void)parameter;
|
(void)parameter;
|
||||||
|
|
||||||
|
TEST_PLUGIN_API(api);
|
||||||
|
|
||||||
rb = api; /* use the "standard" rb pointer */
|
rb = api; /* use the "standard" rb pointer */
|
||||||
|
|
||||||
/* Clear screen */
|
/* Clear screen */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue