summaryrefslogtreecommitdiff
path: root/ratox.c
diff options
context:
space:
mode:
authorz3bra <contactatz3bradotorg>2016-11-01 22:37:58 +0100
committerz3bra <contactatz3bradotorg>2016-11-08 16:47:51 +0100
commit42a46b73e342d9e609995da708cbbee579da7764 (patch)
tree07d28795b90ccd0aed905cd7cc77ab0c6167f78b /ratox.c
parentb3bcaaa242d9c80c29377a7aa623b956a644073a (diff)
Rename _do_interval to _interval_iteration
Diffstat (limited to 'ratox.c')
-rw-r--r--ratox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ratox.c b/ratox.c
index 0102d1c..f2aaf6a 100644
--- a/ratox.c
+++ b/ratox.c
@@ -332,7 +332,7 @@ again:
static uint32_t
interval(Tox *m, struct ToxAV*av)
{
- return MIN(tox_do_interval(m), toxav_do_interval(av));
+ return MIN(tox_iteration_interval(m), toxav_iteration_interval(av));
}
static void