Skip to content
Snippets Groups Projects
Commit 9d003c01 authored by George Nachman's avatar George Nachman
Browse files

Add missing semicolon

parent dd21d0a7
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -26,7 +26,7 @@
controlPoint1:NSMakePoint((nx+x)/2, y)
controlPoint2:NSMakePoint(nx, (ny+y)/2)];
y = ny;
ny = y + MAX(0, height - 2*radius)
ny = y + MAX(0, height - 2*radius);
[path lineToPoint:NSMakePoint(nx, ny)];
x = nx; y = ny;
nx = x + radius;
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment