Fixed a warning
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4761 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
79477702d5
commit
c5800382c3
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue