Rename a few variables

This commit is contained in:
Rangi42
2024-03-25 14:10:12 -04:00
parent 3568418c5d
commit 2b44672873
3 changed files with 6 additions and 7 deletions

View File

@@ -776,7 +776,7 @@ int main(int argc, char *argv[]) {
fprintf(stderr, "\tTrim the last %" PRIu64 " tiles\n", options.trim);
fprintf(stderr, "\tMaximum %" PRIu8 " palettes\n", options.nbPalettes);
fprintf(stderr, "\tPalettes contain %" PRIu8 " colors\n", options.nbColorsPerPal);
fprintf(stderr, "\t%s palette spec\n", []() {
fprintf(stderr, "\t%s palette spec\n", [] {
switch (options.palSpecType) {
case Options::NO_SPEC:
return "No";