From 2129e874560cd3488e325cf707244c6607d77736 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Tue, 4 Feb 2025 20:29:32 +0100 Subject: Fixed some padding in comments --- main.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/main.c b/main.c index f4a324f..4442f5e 100644 --- a/main.c +++ b/main.c @@ -32,15 +32,15 @@ typedef struct { } 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) { -- cgit v1.2.3