comparison tools/lib64fmts.c @ 2311:d0608fbd85bc

Change ECI Graphic Editor 1.0 (packed) extension from "ecp" to "ecip".
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 09 Jul 2019 10:29:04 +0300
parents 28701abacc31
children 866e036d7706
comparison
equal deleted inserted replaced
2310:75216bf67fd2 2311:d0608fbd85bc
2489 NULL, NULL, 2489 NULL, NULL,
2490 { }, &dmC64CommonFormats[7] 2490 { }, &dmC64CommonFormats[7]
2491 }, 2491 },
2492 2492
2493 { 2493 {
2494 "ecp", "ECI Graphic Editor 1.0 (packed)", 0x4000, 0, DM_FMT_RDWR, 2494 "ecip", "ECI Graphic Editor 1.0 (packed)", 0x4000, 0, DM_FMT_RDWR,
2495 fmtProbeECIPacked, 2495 fmtProbeECIPacked,
2496 fmtDecodeECIPacked, fmtEncodeECIPacked, 2496 fmtDecodeECIPacked, fmtEncodeECIPacked,
2497 { }, &dmC64CommonFormats[7] 2497 { }, &dmC64CommonFormats[7]
2498 }, 2498 },
2499 2499