Fix typo in last commit

This commit is contained in:
Robert Noland 2008-08-26 16:35:07 -04:00
parent 6404ac178b
commit 087ade8e66
1 changed files with 1 additions and 1 deletions

View File

@ -753,7 +753,7 @@ static void i830_modeset_ctl(xf86CrtcPtr crtc, int pre)
I830CrtcPrivatePtr intel_crtc = crtc->driver_private;
struct drm_modeset_ctl modeset;
if (!pI830-directRenderingEnabled)
if (!pI830->directRenderingEnabled)
return;
modeset.crtc = intel_crtc->plane;