From: cuz Date: Tue, 12 Jun 2007 15:51:48 +0000 (+0000) Subject: Fixed wrong spelling of ".dbyt". X-Git-Tag: V2.12.0~75 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d1e184f93bd760ce16f7fcaa13bc9c5a5c4dcb3e;p=cc65 Fixed wrong spelling of ".dbyt". git-svn-id: svn://svn.cc65.org/cc65/trunk@3781 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- 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) {