projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
017fae0
)
progs/tests: fix MSVC build.
author
Vinson Lee
<vlee@vmware.com>
Tue, 6 Oct 2009 22:02:47 +0000
(16:02 -0600)
committer
Brian Paul
<brianp@vmware.com>
Tue, 6 Oct 2009 22:02:47 +0000
(16:02 -0600)
progs/tests/copypixrate.c
patch
|
blob
|
history
diff --git
a/progs/tests/copypixrate.c
b/progs/tests/copypixrate.c
index
aa4acfc
..
f63d59f
100644
(file)
--- a/
progs/tests/copypixrate.c
+++ b/
progs/tests/copypixrate.c
@@
-69,7
+69,7
@@
DrawTestImage(void)
static int
Rand(int max)
{
- return ((int) rand
om
()) % max;
+ return ((int) rand()) % max;
}