From 2a7564563a74e989e438d55a87ea9ee8c693dee7 Mon Sep 17 00:00:00 2001 From: Vincent Wei Date: Tue, 10 Mar 2020 16:44:19 +0800 Subject: [PATCH] fix a typo --- src/newgal/newgal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/newgal/newgal.c b/src/newgal/newgal.c index 7941fc01..529b5ccf 100644 --- a/src/newgal/newgal.c +++ b/src/newgal/newgal.c @@ -342,7 +342,7 @@ int mg_InitGAL (char* engine, char* mode) } #endif -#if 0 /* no need when we use the video infor in shared resource */ +#if 0 /* no need when we use the video info in shared resource */ if (w != __gal_screen->w || h != __gal_screen->h) { _ERR_PRINTF ("The resolution specified in MiniGUI.cfg is not " "the same as the actual resolution: %dx%d.\n"