Move 'static' to start of declaration to silence compiler warning
authorIan Romanick <ian.d.romanick@intel.com>
Mon, 16 Nov 2009 22:56:17 +0000 (14:56 -0800)
committerIan Romanick <ian.d.romanick@intel.com>
Mon, 16 Nov 2009 23:23:16 +0000 (15:23 -0800)
src/mesa/main/texstore.c

index f43e216..7cf3287 100644 (file)
@@ -3121,7 +3121,7 @@ _mesa_texstore_sla8(TEXSTORE_PARAMS)
  * Table mapping MESA_FORMAT_8 to _mesa_texstore_*()
  * XXX this is somewhat temporary.
  */
-const static struct {
+static const struct {
    gl_format Name;
    StoreTexImageFunc Store;
 }