Move 'static' to start of declaration to silence compiler warning

This commit is contained in:
Ian Romanick 2009-11-16 14:56:17 -08:00
parent 12982e381d
commit b1616b2a81

View 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;
}