changeset 2614:c9741a11d1cd

Format name consistency enforcement.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 27 Nov 2023 12:35:06 +0200
parents b814fe89038d
children f1b6d809e303
files tools/lib64fmts.c
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/tools/lib64fmts.c	Mon Nov 27 12:21:30 2023 +0200
+++ b/tools/lib64fmts.c	Mon Nov 27 12:35:06 2023 +0200
@@ -3098,7 +3098,7 @@
     },
 
     {
-        "dfed", "Dolphins FLI Editor v3.2 (unpacked)", 0x3b00, 17665, 0, DM_FMT_RDWR,
+        "dfed", "Dolphins FLI Editor 3.2 (unpacked)", 0x3b00, 17665, 0, DM_FMT_RDWR,
         NULL,
         NULL, NULL,
         { 0 }, &dmC64CommonFormats[1]
@@ -3436,14 +3436,14 @@
     },
 
     {
-        "cshf", "Crest Super Hires FLI Editor v1.0 (unpacked)", 0x4000, 15874, 0, DM_FMT_RDWR,
+        "cshf", "Crest Super Hires FLI Editor 1.0 (unpacked)", 0x4000, 15874, 0, DM_FMT_RDWR,
         fmtProbeCrestSHFLI,
         NULL, NULL,
         { 0 }, &dmC64CommonFormats[11]
     },
 
     {
-        "cshfp", "Crest Super Hires FLI Editor v1.0 (packed)", 0xa000, 0, 0, DM_FMT_RD,
+        "cshfp", "Crest Super Hires FLI Editor 1.0 (packed)", 0xa000, 0, 0, DM_FMT_RD,
         fmtProbeCrestSHFLI,
         fmtDecodeCrestSHFLIPacked, NULL,
         { 0 }, &dmC64CommonFormats[11]