gallium: remove trailing comma to silence warning
authorBrian Paul <brianp@vmware.com>
Tue, 28 Feb 2012 14:54:43 +0000 (07:54 -0700)
committerBrian Paul <brianp@vmware.com>
Tue, 28 Feb 2012 14:56:21 +0000 (07:56 -0700)
src/gallium/include/pipe/p_defines.h

index 096749b..ff6c07d 100644 (file)
@@ -532,7 +532,7 @@ enum pipe_shader_cap
    PIPE_SHADER_CAP_INDIRECT_CONST_ADDR = 15,
    PIPE_SHADER_CAP_SUBROUTINES = 16, /* BGNSUB, ENDSUB, CAL, RET */
    PIPE_SHADER_CAP_INTEGERS = 17,
-   PIPE_SHADER_CAP_MAX_TEXTURE_SAMPLERS = 18,
+   PIPE_SHADER_CAP_MAX_TEXTURE_SAMPLERS = 18
 };