1
0
mirror of https://github.com/cc65/cc65.git synced 2024-09-27 19:55:09 +00:00

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;
Indent (MCol);
Output (".dbyte");
Output (".dbyt");
Indent (ACol);
for (I = 0; I < ByteCount; I += 2) {
if (I > 0) {