mesa: Move statements after declarations.
authorJosé Fonseca <jfonseca@vmware.com>
Wed, 11 Feb 2009 13:50:43 +0000 (13:50 +0000)
committerJosé Fonseca <jfonseca@vmware.com>
Wed, 11 Feb 2009 13:50:43 +0000 (13:50 +0000)
src/mesa/main/debug.c

index 90a3bf1f0468227c6dc45ed351034adf2541b1c9..fcef093ac35c6443bad1043a6e1b15dc42a3e78e 100644 (file)
@@ -289,8 +289,8 @@ static void
 dump_texture_cb(GLuint id, void *data, void *userData)
 {
    struct gl_texture_object *texObj = (struct gl_texture_object *) data;
-   (void) userData;
    int i;
+   (void) userData;
 
    printf("Texture %u\n", texObj->Name);
    printf("  Target 0x%x\n", texObj->Target);