mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 02:04:20 +00:00
NSBezierPath: Fixup comma
This commit is contained in:
parent
b2e93b711f
commit
2a3854b977
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ typedef enum {
|
|||
NSMoveToBezierPathElement = 0,
|
||||
NSLineToBezierPathElement = 1,
|
||||
NSCurveToBezierPathElement = 2,
|
||||
NSClosePathBezierPathElement = 3
|
||||
NSClosePathBezierPathElement = 3,
|
||||
#if OS_API_VERSION(MAC_OS_X_VERSION_10_14, GS_API_LATEST)
|
||||
NSBezierPathElementMoveTo = 0,
|
||||
NSBezierPathElementLineTo = 1,
|
||||
|
|
Loading…
Reference in a new issue