From c8615b48007940d8c8b95e84edff7ed7867fcdb7 Mon Sep 17 00:00:00 2001 From: christian Date: Wed, 29 Mar 2006 10:30:52 +0000 Subject: [PATCH] oops.. fix yellow builds git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9341 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/jpeg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/plugins/jpeg.c b/apps/plugins/jpeg.c index c192eb632..ce9b4a124 100644 --- a/apps/plugins/jpeg.c +++ b/apps/plugins/jpeg.c @@ -2075,7 +2075,7 @@ void cleanup(void *parameter) #define ZOOM_IN 100 /* return codes for below function */ #define ZOOM_OUT 101 -int show_menu() /* return 1 to quit */ +int show_menu(void) /* return 1 to quit */ { int m; int result; -- 2.11.4.GIT