diff --git a/src/da65/output.c b/src/da65/output.c index 5305409c6..5b68eae88 100644 --- a/src/da65/output.c +++ b/src/da65/output.c @@ -243,7 +243,7 @@ void DataDByteLine (unsigned ByteCount) unsigned I; Indent (MCol); - Output (".dbyte"); + Output (".dbyt"); Indent (ACol); for (I = 0; I < ByteCount; I += 2) { if (I > 0) {