mirror of
https://github.com/jenshemprich/MacGLide.git
synced 2025-03-12 14:31:20 +00:00
Removed a space before semicolon
This commit is contained in:
parent
ec61d31a48
commit
ac475f78fb
@ -395,7 +395,7 @@ OSErr DisplayManager_RememberPassthroughDisplay()
|
||||
PassthroughDisplay.HorizontalPixels, PassthroughDisplay.VerticalLines,
|
||||
PassthroughDisplay.ColorDepth, PassthroughDisplay.RefreshRate);
|
||||
#endif
|
||||
err = DisplayManager_RememberGamma(PassthroughDisplay) ;
|
||||
err = DisplayManager_RememberGamma(PassthroughDisplay);
|
||||
if (err == noErr)
|
||||
{
|
||||
PassthroughDisplay.GammaValid = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user