diff options
| author | Bertrik Sikken <bertrik@sikken.nl> | 2011-10-15 20:51:12 +0000 |
|---|---|---|
| committer | Bertrik Sikken <bertrik@sikken.nl> | 2011-10-15 20:51:12 +0000 |
| commit | 50ac7ca7742e1bec2dd4d66ddffe7b1fe39535dd (patch) | |
| tree | 39e608b43b0bbd1bda011c61e3ebb811bba54fa4 /apps/plugins/plasma.c | |
| parent | fe67a87885816448e78a99ef0cbe8fd331c3b103 (diff) | |
| download | rockbox-50ac7ca7742e1bec2dd4d66ddffe7b1fe39535dd.zip rockbox-50ac7ca7742e1bec2dd4d66ddffe7b1fe39535dd.tar.gz rockbox-50ac7ca7742e1bec2dd4d66ddffe7b1fe39535dd.tar.bz2 rockbox-50ac7ca7742e1bec2dd4d66ddffe7b1fe39535dd.tar.xz | |
Fix warnings
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30759 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/plasma.c')
| -rw-r--r-- | apps/plugins/plasma.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |