From 1d887762e460b6a42392551cb5d0ad53bc192c3b Mon Sep 17 00:00:00 2001 From: Shin-ichi TOYAMA Date: Fri, 12 Sep 2014 18:05:53 +0000 Subject: [PATCH] Did not compile on envirnment without SVG support (such as Windows 9x) --- src/tuxpaint.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tuxpaint.c b/src/tuxpaint.c index afa90ab88..d1b824f86 100644 --- a/src/tuxpaint.c +++ b/src/tuxpaint.c @@ -1939,8 +1939,8 @@ static SDL_Surface * load_kpx(char * file); static SDL_Surface * load_svg(char * file); static float pick_best_scape(unsigned int orig_w, unsigned int orig_h, unsigned int max_w, unsigned int max_h); -static SDL_Surface * myIMG_Load_RWops(char * file); #endif +static SDL_Surface * myIMG_Load_RWops(char * file); static SDL_Surface * myIMG_Load(char * file); static int trash(char * path); int file_exists(char * path);