This website works better with JavaScript.
Home
Explore
Help
Sign In
brkho
/
mesa
Watch
1
Star
0
Fork
0
Code
Releases
562
Wiki
Activity
Browse Source
progs/tests: fix MSVC build.
tags/mesa_7_7_rc1
Vinson Lee
16 years ago
parent
017fae04ec
commit
9c778a90ea
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
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) rand
om
()) % max;
return ((int) rand()) % max;
}
Write
Preview
Loading…
Cancel
Save