summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_bld_blend_aos.c
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-01-03 14:42:36 -0800
committerVinson Lee <vlee@vmware.com>2010-01-03 14:42:36 -0800
commit0bfc579bd435b4d0c258258440866840c473f681 (patch)
treea6b9bf9df31e520286a017bf8dacc27e28085dcf /src/gallium/drivers/llvmpipe/lp_bld_blend_aos.c
parenteb5d9e6f70037d4dc12430302f82a116cb1e00ca (diff)
llvmpipe: Remove comma at end of enumerator list.
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_bld_blend_aos.c')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_bld_blend_aos.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_bld_blend_aos.c b/src/gallium/drivers/llvmpipe/lp_bld_blend_aos.c
index d14f468ba9..ced7b9c11d 100644
--- a/src/gallium/drivers/llvmpipe/lp_bld_blend_aos.c
+++ b/src/gallium/drivers/llvmpipe/lp_bld_blend_aos.c
@@ -142,7 +142,7 @@ lp_build_blend_factor_unswizzled(struct lp_build_blend_aos_context *bld,
enum lp_build_blend_swizzle {
LP_BUILD_BLEND_SWIZZLE_RGBA = 0,
- LP_BUILD_BLEND_SWIZZLE_AAAA = 1,
+ LP_BUILD_BLEND_SWIZZLE_AAAA = 1
};