summaryrefslogtreecommitdiff
path: root/src/rototiller.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rototiller.c')
-rw-r--r--src/rototiller.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rototiller.c b/src/rototiller.c
index 372ab7d..50df52e 100644
--- a/src/rototiller.c
+++ b/src/rototiller.c
@@ -80,7 +80,7 @@ int main(int argc, const char *argv[])
fps_print(fb);
page = fb_page_get(fb);
- modules[module]->render(&page->fragment);
+ modules[module]->render_fragment(&page->fragment);
fb_page_put(fb, page);
}
© All Rights Reserved