From 8827901209d887d86a5625b7f71bcc5831110cf1 Mon Sep 17 00:00:00 2001 From: dkf Date: Tue, 26 Oct 2004 14:16:12 +0000 Subject: Fix silly typo --- macosx/tkMacOSXRegion.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/macosx/tkMacOSXRegion.c b/macosx/tkMacOSXRegion.c index 2f12798..2dbfde0 100644 --- a/macosx/tkMacOSXRegion.c +++ b/macosx/tkMacOSXRegion.c @@ -9,7 +9,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkMacOSXRegion.c,v 1.3 2004/10/26 13:15:09 dkf Exp $ + * RCS: @(#) $Id: tkMacOSXRegion.c,v 1.4 2004/10/26 14:16:12 dkf Exp $ */ #include "tkInt.h" @@ -287,7 +287,7 @@ TkpBuildRegionFromAlphaData( for (y1 = 0; y1 < height; y1++) { lineDataPtr = dataPtr; - for {x1 = 0; x1 < width; x1 = end) { + for (x1 = 0; x1 < width; x1 = end) { /* search for first non-transparent pixel */ while ((x1 < width) && !*lineDataPtr) { x1++; -- cgit v0.12