summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Airlie <airlied@linux.ie>2007-03-09 16:55:38 +1100
committerDave Airlie <airlied@linux.ie>2007-03-09 16:55:38 +1100
commita289401340e39c8281fdb2cbae808cff69a1747d (patch)
tree279b30443b7ccae0007e9c4eb64e4e0afacb981d
parent7235c79e2298bdda6112ef5461e5be4347bde692 (diff)
downloadxorg-driver-xf86-video-nouveau-a289401340e39c8281fdb2cbae808cff69a1747d.tar.gz
fix dodgy semicolon
-rw-r--r--src/nv_driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nv_driver.c b/src/nv_driver.c
index 07a0c7a..d109b5b 100644
--- a/src/nv_driver.c
+++ b/src/nv_driver.c
@@ -917,7 +917,7 @@ NVEnterVT(int scrnIndex, int flags)
pScrn->vtSema = TRUE;
NVResetCrtcConfig(pScrn, 0);
- if (!xf86SetDesiredModes(pScrn));
+ if (!xf86SetDesiredModes(pScrn))
return FALSE;
NVResetCrtcConfig(pScrn, 1);
pScrn->AdjustFrame(scrnIndex, pScrn->frameX0, pScrn->frameY0, 0);