fix a typo

This commit is contained in:
Vincent Wei
2020-03-10 16:44:19 +08:00
parent bac4c54338
commit 2a7564563a
+1 -1
View File
@@ -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"