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 553af7bd..43af099e 100644 --- a/demos/benchmarks/main.c +++ b/demos/benchmarks/main.c @@ -90,7 +90,7 @@ void benchmark(void) { char pps_str[25];
gCoord height, width, rx, ry, rcx, rcy;
gColor random_color;
- font_t font;
+ gFont font;
gdispSetOrientation(GDISP_ROTATE_90);
|