Fixed wrong spelling of ".dbyt".
git-svn-id: svn://svn.cc65.org/cc65/trunk@3781 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -243,7 +243,7 @@ void DataDByteLine (unsigned ByteCount)
|
|||||||
unsigned I;
|
unsigned I;
|
||||||
|
|
||||||
Indent (MCol);
|
Indent (MCol);
|
||||||
Output (".dbyte");
|
Output (".dbyt");
|
||||||
Indent (ACol);
|
Indent (ACol);
|
||||||
for (I = 0; I < ByteCount; I += 2) {
|
for (I = 0; I < ByteCount; I += 2) {
|
||||||
if (I > 0) {
|
if (I > 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user