quartz: Fix the build

A ; was left out inadvertently.
This commit is contained in:
Matthias Clasen 2017-03-10 07:09:37 -05:00
parent b4df881542
commit 9caa50ca0d

View File

@ -852,7 +852,7 @@ update_context_from_dragging_info (id <NSDraggingInfo> sender)
-(void)windowWillExitFullScreen:(NSNotification *)aNotification
{
[self setFrame:lastUnfullscreenFrame display:YES]
[self setFrame:lastUnfullscreenFrame display:YES];
}
@end