1
0
Fork 0
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:
Daniel Stenberg 2004-06-16 22:16:01 +00:00
parent 38567bab2b
commit ce60003ebb

View file

@ -270,8 +270,6 @@ void showscore(struct pong *p)
/* this is the plugin entry point */
enum plugin_status plugin_start(struct plugin_api* api, void* parameter)
{
TEST_PLUGIN_API(api);
struct pong pong;
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 */
(void)parameter;
TEST_PLUGIN_API(api);
rb = api; /* use the "standard" rb pointer */
/* Clear screen */