Fixed typo
This commit is contained in:
parent
3252287d30
commit
db0be1a571
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue