diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2009-01-13 19:46:29 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2009-01-13 19:46:29 +0000 |
commit | cb940eee5c5539e47c16d3c96837b96e22f0324f (patch) | |
tree | 2a4f46c5b3260f0ce2cc575f86a00eccc84239dd /xserver | |
parent | 45ae57ac55b29f907bedb11358053d2c9cb8bc25 (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.c | 2 |
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; |