fix redundant semicolons

This commit is contained in:
Riccardo Mottola 2023-11-20 22:43:49 +01:00
parent f10a62cba6
commit bdcced992c
14 changed files with 32 additions and 32 deletions

View file

@ -359,7 +359,7 @@ NSGraphicsContext *GSCurrentContext(void)
- (id) initWithGraphicsPort: (void *)port
flipped: (BOOL)flag;
flipped: (BOOL)flag
{
self = [self init];
if (self != nil)