Larger code

This commit is contained in:
2024-11-20 18:47:17 -05:00
parent 4bc4bf1818
commit 754bc582db
4 changed files with 575 additions and 5 deletions

View File

@@ -64,7 +64,7 @@ UBYTE GUI_ReadBmp(const char *path, UWORD Xstart, UWORD Ystart)
// Binary file open
if((fp = fopen(path, "rb")) == NULL) {
Debug("Cann't open the file!\n");
Debug("Can't open the file!\n");
exit(0);
}