Skip to content

Commit a47f879

Browse files
author
Patricio Capanna
committed
Reparse
1 parent 341a2f9 commit a47f879

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ _.TEXT_FORMAT = {
8686
var widthDec = (width - 1) * 16;
8787
var heightDec = height - 1;
8888
var sizeDec = widthDec+heightDec;
89-
return '\x1d\x21' + String.fromCharCode(sizeDec);
89+
return '\x1d\x21'+String.fromCharCode(sizeDec);
9090
},
9191

9292
TXT_HEIGHT : {

0 commit comments

Comments
 (0)