mirror of
https://github.com/javl/image2cpp.git
synced 2026-07-27 19:56:07 +00:00
Add missing closing quote in arduino_single mode comments
This commit is contained in:
+1
-1
@@ -948,7 +948,7 @@ function generateOutputString() {
|
||||
images.each((image) => {
|
||||
code = imageToString(image);
|
||||
code = `\t${code.split('\n').join('\n\t')}\n`;
|
||||
comment = `\t// '${image.glyph}, ${image.canvas.width}x${image.canvas.height}px\n`;
|
||||
comment = `\t// '${image.glyph}', ${image.canvas.width}x${image.canvas.height}px\n`;
|
||||
outputString += comment + code;
|
||||
if (image.glyph.length === 1) {
|
||||
useGlyphs++;
|
||||
|
||||
Reference in New Issue
Block a user