summaryrefslogtreecommitdiff
path: root/graphics/circuit_macros/examples/worm.m4
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/circuit_macros/examples/worm.m4')
-rw-r--r--graphics/circuit_macros/examples/worm.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/circuit_macros/examples/worm.m4 b/graphics/circuit_macros/examples/worm.m4
index f7efc1c2e6..333ad78ee0 100644
--- a/graphics/circuit_macros/examples/worm.m4
+++ b/graphics/circuit_macros/examples/worm.m4
@@ -54,7 +54,7 @@ Worm: [
setrgb(r,g,b,tmpcolor)
line shaded "tmpcolor" outlined "tmpcolor" \
from C to Rect_(C.rad-0.05,90-(t-0.5)/90*360) \
- then to Rect_(C.rad-0.05,90-(t+0.5)/90*360) \
+ then to Rect_(C.rad-0.05,90-(t+0.5)/90*360) \
then to C
resetrgb }