# HG changeset patch # User Matti Hamalainen # Date 1701081306 -7200 # Node ID c9741a11d1cd0c60d010a7fec450d4187cba6343 # Parent b814fe89038d70631c837631695efa3e0f8f8961 Format name consistency enforcement. diff -r b814fe89038d -r c9741a11d1cd tools/lib64fmts.c --- 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]