Fix typo.

This commit is contained in:
2022-10-12 19:09:44 +01:00
parent 0694b32a9b
commit 9a349bc773

View File

@@ -75,7 +75,7 @@ int verify_sectors(char* path)
cd_ecc_context = aaruf_ecc_cd_init();
errors = 0;
unknown = 0;
unknowns = 0;
any_error = false;
for(s = 0; s < ctx->imageInfo.Sectors; s++)