draw: Fix return type of draw_translate_vinfo_size.
authorVinson Lee <vlee@vmware.com>
Wed, 4 Aug 2010 19:55:21 +0000 (12:55 -0700)
committerVinson Lee <vlee@vmware.com>
Wed, 4 Aug 2010 19:55:21 +0000 (12:55 -0700)
Fixes typo from commit b609cfc7c9c38f26e7e6d6f7dd5dd6d38f4ed209.

src/gallium/auxiliary/draw/draw_vertex.h

index 3af31ffe1264f3d129fedbc62dbd56ec9bbaa5ce..e63cf5f4f98129824bdb7a1e6a999a8efb690de3 100644 (file)
@@ -166,7 +166,7 @@ static INLINE enum pipe_format draw_translate_vinfo_format(enum attrib_emit emit
    }
 }
 
-static INLINE enum attrib_emit draw_translate_vinfo_size(enum attrib_emit emit)
+static INLINE unsigned draw_translate_vinfo_size(enum attrib_emit emit)
 {
    switch (emit) {
    case EMIT_OMIT: