summaryrefslogtreecommitdiff
path: root/src/modules/julia/julia.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/julia/julia.c')
-rw-r--r--src/modules/julia/julia.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/julia/julia.c b/src/modules/julia/julia.c
index 1afb3cc..f8072a8 100644
--- a/src/modules/julia/julia.c
+++ b/src/modules/julia/julia.c
@@ -108,7 +108,7 @@ static void julia(fb_fragment_t *fragment)
rr += .01;
}
-rototiller_renderer_t julia_renderer = {
+rototiller_module_t julia_module = {
.render = julia,
.name = "julia",
.description = "Julia set fractal morpher",
© All Rights Reserved