mirror of
https://github.com/cc65/cc65.git
synced 2025-04-18 09:38:07 +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:
parent
519730612e
commit
d1e184f93b
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user