# HG changeset patch # User Matti Hamalainen # Date 1634531903 -10800 # Node ID e028058648ea5962cfa3631373dce10b8501aaa6 # Parent 0b1e73d495033d1109792de8594fa01a9f8b094d Cosmetics. diff -r 0b1e73d49503 -r e028058648ea tools/lib64fmts.c --- a/tools/lib64fmts.c Mon Oct 18 06:39:33 2021 +0300 +++ b/tools/lib64fmts.c Mon Oct 18 07:38:23 2021 +0300 @@ -2312,7 +2312,7 @@ { DO_COPY , DS_COLOR_RAM , 0x0000, 0, 0, 0, NULL, NULL, DF_NORMAL }, DEF_REPEAT_BLOCK_8(DS_SCREEN_RAM, 0x0400, 0, 0x400, 0, DF_NORMAL), { DO_COPY , DS_BITMAP_RAM , 0x2400, 0, 0, 0, NULL, NULL, DF_NORMAL }, - { DO_SET_OP , DS_EXTRA_INFO , D64_FLI_8, 0, 0, D64_EI_FLI_TYPE, NULL, NULL, DF_DECODE }, + { DO_SET_OP , DS_EXTRA_INFO , D64_FLI_8, 0, 0, D64_EI_FLI_TYPE, NULL, NULL, DF_DECODE }, { DO_LAST , 0 , 0 , 0, 0, 0, NULL, NULL, DF_NORMAL }, } }, @@ -3127,7 +3127,7 @@ { { DO_COPY , DS_BITMAP_RAM , 0x0000, 0, 0 , 0, NULL, NULL, DF_NORMAL }, DEF_REPEAT_BLOCK_8(DS_SCREEN_RAM , 0x2000, 0, 0x400, 0, DF_NORMAL), - { DO_SET_OP , DS_EXTRA_INFO , D64_FLI_8 , 0, 0 , D64_EI_FLI_TYPE, NULL, NULL, DF_DECODE }, + { DO_SET_OP , DS_EXTRA_INFO , D64_FLI_8, 0, 0 , D64_EI_FLI_TYPE, NULL, NULL, DF_DECODE }, { DO_LAST , 0 , 0 , 0, 0 , 0, NULL, NULL, DF_NORMAL }, } }, @@ -3293,28 +3293,28 @@ { "suphi1", "SupeRes hires [clear] (packed)", -1, 0, 0x23, DM_FMT_RDWR, fmtProbeSupeRes, - fmtDecodeSupeRes,fmtEncodeSupeRes, + fmtDecodeSupeRes, fmtEncodeSupeRes, { }, &dmC64CommonFormats[10] }, { "suphi2", "SupeRes hires [no-clear] (packed)", -1, 0, 0x25, DM_FMT_RDWR, fmtProbeSupeRes, - fmtDecodeSupeRes,fmtEncodeSupeRes, + fmtDecodeSupeRes, fmtEncodeSupeRes, { }, &dmC64CommonFormats[10] }, { "supmc1", "SupeRes multicolor [clear] (packed)", -1, 0, 0x24, DM_FMT_RDWR, fmtProbeSupeRes, - fmtDecodeSupeRes,fmtEncodeSupeRes, + fmtDecodeSupeRes, fmtEncodeSupeRes, { }, &dmC64CommonFormats[0] }, { "supmc2", "SupeRes multicolor [no-clear] (packed)", -1, 0, 0x26, DM_FMT_RDWR, fmtProbeSupeRes, - fmtDecodeSupeRes,fmtEncodeSupeRes, + fmtDecodeSupeRes, fmtEncodeSupeRes, { }, &dmC64CommonFormats[0] },