diff options
author | sin <sin@2f30.org> | 2014-11-28 09:59:14 +0000 |
---|---|---|
committer | sin <sin@2f30.org> | 2014-11-28 09:59:14 +0000 |
commit | b7d590241eb9a01a08c80744aad3b531b994da72 (patch) | |
tree | b22b791a8381905e4068e29a1925352744e12822 /ratox.c | |
parent | 21210b4497205453c3e03dc6168113c73839b167 (diff) |
Fix style
Diffstat (limited to 'ratox.c')
-rw-r--r-- | ratox.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -363,7 +363,8 @@ again: } static uint32_t -interval(Tox *m, ToxAv *av) { +interval(Tox *m, ToxAv *av) +{ return MIN(tox_do_interval(m), toxav_do_interval(av)); } |