From c3e3df9b184e8c843c1abab29faa3af9e0c826bf Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 27 Feb 2012 20:28:09 -0700 Subject: [PATCH] tgsi: remove trailing comma to silence warning --- src/gallium/auxiliary/tgsi/tgsi_info.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/auxiliary/tgsi/tgsi_info.h b/src/gallium/auxiliary/tgsi/tgsi_info.h index 541491645ec..44fe00b7bc6 100644 --- a/src/gallium/auxiliary/tgsi/tgsi_info.h +++ b/src/gallium/auxiliary/tgsi/tgsi_info.h @@ -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 -- 2.30.2