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/plasma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins/plasma.c') diff --git a/apps/plugins/plasma.c b/apps/plugins/plasma.c index 950423c..88afb85 100644 --- a/apps/plugins/plasma.c +++ b/apps/plugins/plasma.c @@ -150,7 +150,7 @@ static void cleanup(void) * algorithm. */ -static int main(void) +int main(void) { plasma_frequency = 1; int action, x, y; -- cgit v1.1