From 50ac7ca7742e1bec2dd4d66ddffe7b1fe39535dd Mon Sep 17 00:00:00 2001 From: Bertrik Sikken Date: Sat, 15 Oct 2011 20:51:12 +0000 Subject: Fix warnings git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30759 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/fire.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins/fire.c') diff --git a/apps/plugins/fire.c b/apps/plugins/fire.c index 1cee37c..5813894 100644 --- a/apps/plugins/fire.c +++ b/apps/plugins/fire.c @@ -303,7 +303,7 @@ static int init_grey(void) } #endif -static int main(void) +int main(void) { int action; -- cgit v1.1