Module Name:    xsrc
Committed By:   christos
Date:           Wed May 25 03:13:49 UTC 2011

Modified Files:
        xsrc/external/mit/xf86-video-sunleo/dist/src: leo_accel.c

Log Message:
missing paren


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 \
    xsrc/external/mit/xf86-video-sunleo/dist/src/leo_accel.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/xf86-video-sunleo/dist/src/leo_accel.c
diff -u xsrc/external/mit/xf86-video-sunleo/dist/src/leo_accel.c:1.4 xsrc/external/mit/xf86-video-sunleo/dist/src/leo_accel.c:1.5
--- xsrc/external/mit/xf86-video-sunleo/dist/src/leo_accel.c:1.4	Tue May 24 15:31:18 2011
+++ xsrc/external/mit/xf86-video-sunleo/dist/src/leo_accel.c	Tue May 24 23:13:49 2011
@@ -111,7 +111,7 @@
 		return FALSE;
 #else
 	if (!dixRegisterPrivateKey(&LeoGCPrivateIndex, PRIVATE_GC,
-	    sizeof(LeoPrivGCRec))
+	    sizeof(LeoPrivGCRec)))
 		return FALSE;
 #endif
 	

Reply via email to