fix compile error - too many }

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4586 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Unknown (MT)
1999-11-16 01:58:05 +00:00
parent d3fef91f56
commit 568e7b4ac8

View File

@@ -1447,7 +1447,6 @@ MSWSetImagePixels(Display *dc, XImage *image, unsigned int width, unsigned int h
for (x = 0; x < width; x++) { for (x = 0; x < width; x++) {
SetPixel(*dc, x, y, (pixels[*(data++)] ? RGB(255,255,255) : 0)); /* data is [x+y*width] */ SetPixel(*dc, x, y, (pixels[*(data++)] ? RGB(255,255,255) : 0)); /* data is [x+y*width] */
} }
}
} }
} }
else else