This commit is contained in:
Randy 2022-01-29 19:39:47 +01:00
parent 18af4bec4f
commit 28eb5ad52b

View File

@ -71,8 +71,6 @@ const char *color_type_str(enum spng_color_type color_type)
case SPNG_COLOR_TYPE_TRUECOLOR_ALPHA: return "truecolor with alpha";
default: return "(invalid)";
}
return "(invalid)";
}
int main(int argc, char **argv)