Fix typos

This commit is contained in:
atxr 2024-02-06 16:18:08 +01:00
parent 3458794791
commit e04a231974
4 changed files with 16 additions and 16 deletions

View file

@ -11,7 +11,7 @@ void find_cdh(raw* raw, zip* out)
{
if (strcmp(se, CDH_MB) == 0)
{
zip->cdh = se;
out->cd = (CDH*) se;
break;
}