mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-29 20:57:38 +00:00
fix redundant semicolons
This commit is contained in:
parent
f10a62cba6
commit
bdcced992c
14 changed files with 32 additions and 32 deletions
|
@ -359,7 +359,7 @@ NSGraphicsContext *GSCurrentContext(void)
|
|||
|
||||
|
||||
- (id) initWithGraphicsPort: (void *)port
|
||||
flipped: (BOOL)flag;
|
||||
flipped: (BOOL)flag
|
||||
{
|
||||
self = [self init];
|
||||
if (self != nil)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue