From db0be1a571ea95bc32771c2d9c46bc0cfff0ecc4 Mon Sep 17 00:00:00 2001 From: William Kendrick Date: Mon, 5 May 2008 17:23:28 +0000 Subject: [PATCH] Fixed typo --- magic/src/fill.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/magic/src/fill.c b/magic/src/fill.c index 5e3710814..c33bfafd6 100644 --- a/magic/src/fill.c +++ b/magic/src/fill.c @@ -45,7 +45,7 @@ static Uint8 fill_r, fill_g, fill_b; /* Local function prototypes: */ -static static int colors_close(magic_api * api, SDL_Surface * canvas, +static int colors_close(magic_api * api, SDL_Surface * canvas, Uint32 c1, Uint32 c2); static void do_flood_fill(magic_api * api, SDL_Surface * canvas, int x, int y, Uint32 cur_colr, Uint32 old_colr);