Browse Source

progs/tests: fix MSVC build.

tags/mesa_7_7_rc1
Vinson Lee 16 years ago
parent
commit
9c778a90ea
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      progs/tests/copypixrate.c

+ 1
- 1
progs/tests/copypixrate.c View File

@@ -69,7 +69,7 @@ DrawTestImage(void)
static int
Rand(int max)
{
return ((int) random()) % max;
return ((int) rand()) % max;
}



Loading…
Cancel
Save