Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ubihazard committed Jun 21, 2024
1 parent 5c2645a commit 15460ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vtfcopyalpha.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ int main (int argc, char** argv)
return EXIT_FAILURE;
}
if (vtf_src.GetFrameCount() != frames) {
printf("Error: width mismatch (%u vs %u)\n", frames, vtf_src.GetFrameCount());
printf("Error: frame count mismatch (%u vs %u)\n", frames, vtf_src.GetFrameCount());
return EXIT_FAILURE;
}

Expand Down

0 comments on commit 15460ce

Please sign in to comment.