diff options
author | z3bra <contactatz3bradotorg> | 2016-11-01 22:37:58 +0100 |
---|---|---|
committer | z3bra <contactatz3bradotorg> | 2016-11-08 16:47:51 +0100 |
commit | 42a46b73e342d9e609995da708cbbee579da7764 (patch) | |
tree | 07d28795b90ccd0aed905cd7cc77ab0c6167f78b /ratox.c | |
parent | b3bcaaa242d9c80c29377a7aa623b956a644073a (diff) |
Rename _do_interval to _interval_iteration
Diffstat (limited to 'ratox.c')
-rw-r--r-- | ratox.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |