diff --git a/main.c b/main.c index f4a324fddbc9e9d0e55160e1b036df6325ab22e5..4442f5e3c050c674890815adb8747e5e3a1694a7 100644 --- a/main.c +++ b/main.c @@ -32,15 +32,15 @@ char *extension; // File extension (including the dot) } path_components; const char *type_labels[] = { - "JPG", // Index 0 - "BLP/DXTC/Uncompressed" // Index 1 + "JPG", // Index 0 + "BLP/DXTC/Uncompressed" // Index 1 }; const char *compression_labels[] = { - "Invalid", // Index 0 (Unused) - "BLP", // Index 1 - "DXTC", // Index 2 - "Uncompressed" // Index 3 + "Invalid", // Index 0 (Unused) + "BLP", // Index 1 + "DXTC", // Index 2 + "Uncompressed" // Index 3 }; path_components extract_path_components(const char *filepath) {