mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 15:11:37 +00:00
* Source/NSScreen.m (frame): removed extra semicolon.
This commit is contained in:
parent
e0af3bd8c9
commit
211d9bcc46
1 changed files with 1 additions and 1 deletions
|
@ -252,7 +252,7 @@ static NSMutableArray *screenArray = nil;
|
|||
*/
|
||||
- (NSRect) frame
|
||||
{
|
||||
return [GSCurrentServer() boundsForScreen: _screenNumber];;
|
||||
return [GSCurrentServer() boundsForScreen: _screenNumber];
|
||||
}
|
||||
|
||||
- (NSString*) description
|
||||
|
|
Loading…
Reference in a new issue