Remove extraneous semicolon.

Patch by mlytwyn (cherrypicked from testplant branch, r39614).

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@39634 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Ivan Vučica 2016-04-06 20:43:25 +00:00
parent f1dac4e9b7
commit 61d519425f
3 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,9 @@
2016-04-06 Ivan Vucica <ivan@vucica.net>
* Source/gsc/GSGState.m:
Remove extraneous semicolons.
Patch by mlytwyn (cherrypicked from testplant branch, r39614).
2016-03-01 Seong Gu Lee <sgleehd@gmail.com>
* Headers/win32/WIN32Server.h: tweak for compilation on 64bit windows

View file

@ -979,7 +979,7 @@ typedef enum {
ASSIGN(path, [path bezierPathByFlatteningPath]);
}
- (void) DPSinitclip;
- (void) DPSinitclip
{
[self subclassResponsibility: _cmd];
}

View file

@ -1191,7 +1191,7 @@ HBITMAP GSCreateBitmap(HDC hDC, NSInteger pixelsWide, NSInteger pixelsHigh,
[self _paintPath: path_stroke];
}
- (void) DPSinitclip;
- (void) DPSinitclip
{
if (clipRegion)
{