From 22f8dfab2d04bfe0d0e15babe078326418995d74 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 27 May 2017 17:17:52 +0200 Subject: [PATCH] Update --- menu/drivers/zarch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/menu/drivers/zarch.c b/menu/drivers/zarch.c index 0958bbaa42..3a7055a218 100644 --- a/menu/drivers/zarch.c +++ b/menu/drivers/zarch.c @@ -983,7 +983,7 @@ static void zarch_frame(void *data, video_frame_info_t *video_info) zui->rendering = false; - font_driver_flush(video_info->width, video_inof->height, zui->font); + font_driver_flush(video_info->width, video_info->height, zui->font); font_driver_bind_block(zui->font, NULL); menu_display_unset_viewport(video_info->width, video_info->height);