gallium: remove trailing comma to silence warning

This commit is contained in:
Brian Paul 2011-09-20 16:36:21 -06:00
parent 8b06b0d19d
commit 977e269c3e

View file

@ -473,7 +473,7 @@ enum pipe_cap {
PIPE_CAP_SEAMLESS_CUBE_MAP_PER_TEXTURE = 48,
PIPE_CAP_SCALED_RESOLVE = 49,
PIPE_CAP_MIN_TEXEL_OFFSET = 50,
PIPE_CAP_MAX_TEXEL_OFFSET = 51,
PIPE_CAP_MAX_TEXEL_OFFSET = 51
};
/* Shader caps not specific to any single stage */