diff --git a/src/tuxpaint.c b/src/tuxpaint.c index ac8c7149a..6bec3e16a 100644 --- a/src/tuxpaint.c +++ b/src/tuxpaint.c @@ -17454,7 +17454,7 @@ int do_new_dialog(void) img = IMG_Load(fname); } -#ifndef NOG +#ifndef NOSVG if (img == NULL) { /* (Try SVG next) */