mirror of
https://github.com/jenshemprich/MacGLide.git
synced 2025-08-07 13:25:32 +00:00
Removed a space before semicolon
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user