From: Stephan Mühlstrasser Date: Tue, 3 Feb 2015 21:56:04 +0000 (+0100) Subject: Remove tab character. X-Git-Tag: V2.15~22^2~21 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=01b0e10fc35e66e170791c2525f93c7b20dd8cd3;p=cc65 Remove tab character. --- diff --git a/src/common/target.c b/src/common/target.c index 0b44ffa30..24734f196 100644 --- a/src/common/target.c +++ b/src/common/target.c @@ -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 },