Skip to content

Commit c8201b5

Browse files
authored
fix identify parser - iNdent
1 parent 2e3dc51 commit c8201b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

imagemagick.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ function parseIdentify(input) {
103103
prop = {},
104104
props = [prop],
105105
prevIndent = 0,
106-
ident = 0,
106+
indent = 0,
107107
indents = [indent],
108108
currentLine, comps, svg, svgText;
109109
lines.shift(); //drop first line (Image: name.jpg)

0 commit comments

Comments
 (0)