From 3ed7c00abc748dc0df18ec6cf9ad3f486a7997ac Mon Sep 17 00:00:00 2001 From: William Kendrick Date: Wed, 22 Aug 2007 06:30:04 +0000 Subject: [PATCH] Fixed typo --- src/tuxpaint.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) */