summaryrefslogtreecommitdiff
path: root/xserver
diff options
context:
space:
mode:
authorTodd T. Fries <todd@cvs.openbsd.org>2009-01-13 19:46:29 +0000
committerTodd T. Fries <todd@cvs.openbsd.org>2009-01-13 19:46:29 +0000
commitcb940eee5c5539e47c16d3c96837b96e22f0324f (patch)
tree2a4f46c5b3260f0ce2cc575f86a00eccc84239dd /xserver
parent45ae57ac55b29f907bedb11358053d2c9cb8bc25 (diff)
note to self: no cookie, a compile started is not a compile tested
Diffstat (limited to 'xserver')
-rw-r--r--xserver/hw/xfree86/common/xf86Init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xserver/hw/xfree86/common/xf86Init.c b/xserver/hw/xfree86/common/xf86Init.c
index 7ad843ee0..9a51d6c19 100644
--- a/xserver/hw/xfree86/common/xf86Init.c
+++ b/xserver/hw/xfree86/common/xf86Init.c
@@ -682,7 +682,7 @@ InitOutput(ScreenInfo *pScreenInfo, int argc, char **argv)
MessageType pix24From = X_DEFAULT;
Bool pix24Fail = FALSE;
Bool autoconfig = FALSE;
- GDevPtr configured_device
+ GDevPtr configured_device;
xf86Initialising = TRUE;