diff options
Diffstat (limited to 'demos/benchmarks')
-rw-r--r-- | demos/benchmarks/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/benchmarks/main.c b/demos/benchmarks/main.c index fa7f0b9a..772885fa 100644 --- a/demos/benchmarks/main.c +++ b/demos/benchmarks/main.c @@ -86,7 +86,7 @@ static int uitoa(unsigned int value, char * buf, int max) { }
void benchmark(void) {
- uint32_t i, pixels, ms, pps;
+ gU32 i, pixels, ms, pps;
char pps_str[25];
gCoord height, width, rx, ry, rcx, rcy;
gColor random_color;
|