]> git.sur5r.net Git - cc65/commitdiff
Fixed wrong spelling of ".dbyt".
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 12 Jun 2007 15:51:48 +0000 (15:51 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 12 Jun 2007 15:51:48 +0000 (15:51 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@3781 b7a2c559-68d2-44c3-8de9-860c34a00d81

src/da65/output.c

index 5305409c66122569756314721298f37a681047e9..5b68eae880c877424b22f057f808c94576c289b6 100644 (file)
@@ -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) {