From 6b96c02f57699dde8cacb77fb39f4b79cd83a89b Mon Sep 17 00:00:00 2001 From: todd Date: Tue, 13 Jan 2009 19:46:28 +0000 Subject: [PATCH] note to self: no cookie, a compile started is not a compile tested --- xserver/hw/xfree86/common/xf86Init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;