Add header guards

This commit is contained in:
twinaphex
2014-03-30 22:50:28 +02:00
parent 73bf72aa6c
commit d4a3125c44
36 changed files with 152 additions and 8 deletions

View File

@@ -654,7 +654,7 @@ static BMAPPINGLocal bmap[] = {
{"", 0, NULL}
};
int iNESLoad(const uint8 *name, FCEUFILE *fp) {
int iNESLoad(const char *name, FCEUFILE *fp) {
struct md5_context md5;
if (FCEU_fread(&head, 1, 16, fp) != 16)