summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/mandelbrot.c2
1 files changed, 1 insertions, 1 deletions
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){
48 48
49void calc_mandelbrot_set(void){ 49void calc_mandelbrot_set(void){
50 50
51 unsigned int start_tick, last_yield; 51 long start_tick, last_yield;
52 int n_iter; 52 int n_iter;
53 int x_pixel, y_pixel; 53 int x_pixel, y_pixel;
54 int x, x2, y, y2, a, b; 54 int x, x2, y, y2, a, b;