Removed a space before semicolon

This commit is contained in:
Jens Hemprich 2006-09-03 20:03:10 +00:00
parent ec61d31a48
commit ac475f78fb
1 changed files with 1 additions and 1 deletions

View File

@ -395,7 +395,7 @@ OSErr DisplayManager_RememberPassthroughDisplay()
PassthroughDisplay.HorizontalPixels, PassthroughDisplay.VerticalLines, PassthroughDisplay.HorizontalPixels, PassthroughDisplay.VerticalLines,
PassthroughDisplay.ColorDepth, PassthroughDisplay.RefreshRate); PassthroughDisplay.ColorDepth, PassthroughDisplay.RefreshRate);
#endif #endif
err = DisplayManager_RememberGamma(PassthroughDisplay) ; err = DisplayManager_RememberGamma(PassthroughDisplay);
if (err == noErr) if (err == noErr)
{ {
PassthroughDisplay.GammaValid = true; PassthroughDisplay.GammaValid = true;