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:
cuz
2007-06-12 15:51:48 +00:00
parent 519730612e
commit d1e184f93b

View File

@@ -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) {