xf86-video-intel: src/brw_structs.h

Alan Hourihane alanh at kemper.freedesktop.org
Tue Aug 22 08:40:19 PDT 2006


 src/brw_structs.h |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

New commits:
diff-tree ea63e82ef417a9918e7d7105910a8ddeba2994f6 (from dc4128ea0781124984dee0cb41e7b6ee87e362a1)
Author: Alan Hourihane <alanh at fairlite.demon.co.uk>
Date:   Tue Aug 22 16:40:08 2006 +0100

    fix typo

diff --git a/src/brw_structs.h b/src/brw_structs.h
index c3b78f7..d2f9be0 100644
--- a/src/brw_structs.h
+++ b/src/brw_structs.h
@@ -648,7 +648,7 @@ struct brw_cc_unit_state
    struct {
       union {
 	 float f;  
-	 unsigned byte ub[4];
+	 unsigned char ub[4];
       } alpha_ref;
    } cc7;
 };



More information about the xorg-commit mailing list