From a7a78b3b52923467cd3879ce2f5c9ff74662b8fa Mon Sep 17 00:00:00 2001 From: Bertrik Sikken Date: Wed, 28 Dec 2011 11:47:35 +0000 Subject: Fix warnings from r31453 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31454 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/pictureflow/pictureflow.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/plugins/pictureflow/pictureflow.c') diff --git a/apps/plugins/pictureflow/pictureflow.c b/apps/plugins/pictureflow/pictureflow.c index 1b9683460e..224dc81667 100644 --- a/apps/plugins/pictureflow/pictureflow.c +++ b/apps/plugins/pictureflow/pictureflow.c @@ -2645,7 +2645,7 @@ static void error_wait(const char *message) Main function that also contain the main plasma algorithm. */ -static int main(void) +static int pictureflow_main(void) { int ret; @@ -2963,7 +2963,7 @@ enum plugin_status plugin_start(const void *parameter) buf = (void*)(grey_buf_used + (char*)buf); #endif - ret = main(); + ret = pictureflow_main(); if ( ret == PLUGIN_OK || ret == PLUGIN_GOTO_WPS) { if (configfile_save(CONFIG_FILE, config, CONFIG_NUM_ITEMS, CONFIG_VERSION)) -- cgit v1.2.3