Module Name:    xsrc
Committed By:   mrg
Date:           Fri Jun 12 01:53:24 UTC 2009

Modified Files:
        xsrc/external/mit/xorg-server/dist/hw/xfree86/common: xf86Bus.c

Log Message:
remove a wrong extra {}.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.2 -r1.2 \
    xsrc/external/mit/xorg-server/dist/hw/xfree86/common/xf86Bus.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: xsrc/external/mit/xorg-server/dist/hw/xfree86/common/xf86Bus.c
diff -u xsrc/external/mit/xorg-server/dist/hw/xfree86/common/xf86Bus.c:1.1.1.2 xsrc/external/mit/xorg-server/dist/hw/xfree86/common/xf86Bus.c:1.2
--- xsrc/external/mit/xorg-server/dist/hw/xfree86/common/xf86Bus.c:1.1.1.2	Thu Jun 11 01:52:57 2009
+++ xsrc/external/mit/xorg-server/dist/hw/xfree86/common/xf86Bus.c	Fri Jun 12 01:53:24 2009
@@ -66,7 +66,7 @@
 
 xf86CurrentAccessRec xf86CurrentAccess = {NULL,NULL};
 
-BusRec primaryBus = { BUS_NONE, {{0}}};
+BusRec primaryBus = { BUS_NONE, {0}};
 
 static Bool xf86ResAccessEnter = FALSE;
 

Reply via email to