aboutsummaryrefslogtreecommitdiffstats
path: root/src/runes.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/runes.c')
-rw-r--r--src/runes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runes.c b/src/runes.c
index b71add6..c424ef6 100644
--- a/src/runes.c
+++ b/src/runes.c
@@ -10,7 +10,7 @@ int main (int argc, char *argv[])
runes_term_init(&t, argc, argv);
- uv_run(t.loop, UV_RUN_DEFAULT);
+ runes_loop_run(&t);
runes_term_cleanup(&t);