projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3910e88
)
progs/tests: fix MSVC build.
author
Vinson Lee
<vlee@vmware.com>
Tue, 6 Oct 2009 22:02:47 +0000
(16:02 -0600)
committer
Vinson Lee
<vlee@vmware.com>
Thu, 3 Dec 2009 23:11:25 +0000
(15:11 -0800)
(cherry picked from commit
9c778a90ea24f25437b68bb67856c81add61e261
)
progs/tests/copypixrate.c
patch
|
blob
|
history
diff --git
a/progs/tests/copypixrate.c
b/progs/tests/copypixrate.c
index aa4acfc18b5303078e2e1e30ce05d79eade84c4f..f63d59f3ceccd4ee7b689eb45310f10dffc71905 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;
}