From 1c4ea83bba9ce7ec7ede6141c1ee66c12c20f1d6 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Sun, 28 Dec 2003 14:53:13 +0000 Subject: Fixed yellow and red builds git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4182 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/clock.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'apps') diff --git a/apps/plugins/clock.c b/apps/plugins/clock.c index 64cf8a56f1..fa910efee2 100644 --- a/apps/plugins/clock.c +++ b/apps/plugins/clock.c @@ -110,6 +110,9 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter) struct tm* current_time; + bool exit = false; + bool used = false; + TEST_PLUGIN_API(api); (void)parameter; rb = api; @@ -127,9 +130,6 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter) /* start all the clock stuff */ - bool exit = false; - bool used = false; - /* Time info */ current_time = rb->get_time(); hour = current_time->tm_hour; -- cgit v1.2.3