From 09e48361dd8ac59b0fccc0cc2353d0b7acfef603 Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Thu, 1 Jul 2010 07:03:48 +0000 Subject: [PATCH] Small gcc2 fix. --- src/tuxpaint.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tuxpaint.c b/src/tuxpaint.c index 38a6b3c58..ef0559564 100644 --- a/src/tuxpaint.c +++ b/src/tuxpaint.c @@ -4854,10 +4854,10 @@ static void mainloop(void) if (HIT(r_tools)) { + int most = 14; eraflag = 0; magicflag = 0; /* Tools: */ - int most = 14; if (NUM_TOOLS > most + TOOLOFFSET) {