Rename mode2Subheaders to mode2_subheaders for consistency in context.h, data.c, close.c, read.c, and info.c

This commit is contained in:
2025-10-03 19:19:31 +01:00
parent 8c9c0c8678
commit cc56c2cc34
5 changed files with 10 additions and 11 deletions

View File

@@ -75,7 +75,7 @@ int info(const char *path)
if(ctx->sectorSubchannel != NULL) printf("Sector subchannel array has been read.\n");
if(ctx->mode2Subheaders != NULL) printf("Sector mode 2 subheaders array has been read.\n");
if(ctx->mode2_subheaders != NULL) printf("Sector mode 2 subheaders array has been read.\n");
printf("Shift is %d (%d bytes).\n", ctx->shift, 1 << ctx->shift);