tgsi: remove trailing comma to silence warning
authorBrian Paul <brianp@vmware.com>
Tue, 28 Feb 2012 03:28:09 +0000 (20:28 -0700)
committerBrian Paul <brianp@vmware.com>
Tue, 28 Feb 2012 03:28:37 +0000 (20:28 -0700)
src/gallium/auxiliary/tgsi/tgsi_info.h

index 5414916..44fe00b 100644 (file)
@@ -97,7 +97,7 @@ enum tgsi_opcode_type {
    TGSI_TYPE_UNSIGNED,
    TGSI_TYPE_SIGNED,
    TGSI_TYPE_FLOAT,
-   TGSI_TYPE_DOUBLE,
+   TGSI_TYPE_DOUBLE
 };
 
 enum tgsi_opcode_type