From c5800382c34f04eadaf19611a6f6693f6411061a Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Wed, 16 Jun 2004 21:13:40 +0000 Subject: Fixed a warning git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4761 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/mandelbrot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/plugins/mandelbrot.c b/apps/plugins/mandelbrot.c index 786e31dc40..5547d86535 100644 --- a/apps/plugins/mandelbrot.c +++ b/apps/plugins/mandelbrot.c @@ -48,7 +48,7 @@ void init_mandelbrot_set(void){ void calc_mandelbrot_set(void){ - unsigned int start_tick, last_yield; + long start_tick, last_yield; int n_iter; int x_pixel, y_pixel; int x, x2, y, y2, a, b; -- cgit v1.2.3