Commit a10206c1 authored by David Schnur's avatar David Schnur

Added a missing semicolon.

parent 81d19f70
......@@ -123,7 +123,7 @@ plugin, possibly some code could be shared.
if (withlines && i > 0 && points[i - ps] != null) {
intery = py + (points[i - ps + 1] - py) * (qx - px) / (points[i - ps] - px);
newpoints.push(qx);
newpoints.push(intery)
newpoints.push(intery);
for (m = 2; m < ps; ++m)
newpoints.push(points[i + m]);
bottom = qy;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment