]> git.saurik.com Git - wxWidgets.git/commitdiff
fix compile error - too many }
authorUnknown (MT) <nobody@localhost>
Tue, 16 Nov 1999 01:58:05 +0000 (01:58 +0000)
committerUnknown (MT) <nobody@localhost>
Tue, 16 Nov 1999 01:58:05 +0000 (01:58 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4586 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/xpm/create.c

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