1
0
mirror of https://github.com/cc65/cc65.git synced 2025-02-01 09:30:10 +00:00

Remove tab character.

This commit is contained in:
Stephan Mühlstrasser 2015-02-03 22:56:04 +01:00
parent 14c7e9fd16
commit 01b0e10fc3

View File

@ -168,7 +168,7 @@ static const TargetProperties PropertyTable[TGT_COUNT] = {
{ "plus4", CPU_6502, BINFMT_BINARY, CTPET },
{ "cbm510", CPU_6502, BINFMT_BINARY, CTPET },
{ "cbm610", CPU_6502, BINFMT_BINARY, CTPET },
{ "osic1p", CPU_6502, BINFMT_BINARY, CTNone },
{ "osic1p", CPU_6502, BINFMT_BINARY, CTNone },
{ "pet", CPU_6502, BINFMT_BINARY, CTPET },
{ "bbc", CPU_6502, BINFMT_BINARY, CTNone },
{ "apple2", CPU_6502, BINFMT_BINARY, CTNone },