Fix indentation

This commit is contained in:
rhgndf 2023-09-16 20:39:02 +08:00
parent f2ae8e2391
commit 5dc3f793f4
1 changed files with 1 additions and 1 deletions

View File

@ -1659,7 +1659,7 @@ static char checkGalTypeViaPes(void)
if (pes[2] == galinfo[type].id0 || pes[2] == galinfo[type].id1) break;
}
} else if (pes[3] == SGSTHOMSON && pes[2] == 0x00) {
type = GAL16V8;
type = GAL16V8;
}
return type;