diff options
Diffstat (limited to 'toxav')
-rw-r--r-- | toxav/toxav.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toxav/toxav.h b/toxav/toxav.h index b8db223e..67e5496e 100644 --- a/toxav/toxav.h +++ b/toxav/toxav.h | |||
@@ -93,7 +93,7 @@ uint32_t toxav_iteration_interval(ToxAV const *av); | |||
93 | /** | 93 | /** |
94 | * Main loop for the session. This function needs to be called in intervals of | 94 | * Main loop for the session. This function needs to be called in intervals of |
95 | * toxav_iteration_interval() milliseconds. It is best called in the same loop | 95 | * toxav_iteration_interval() milliseconds. It is best called in the same loop |
96 | * as tox_iteration. | 96 | * as tox_iterate. |
97 | */ | 97 | */ |
98 | void toxav_iterate(ToxAV *av); | 98 | void toxav_iterate(ToxAV *av); |
99 | /******************************************************************************* | 99 | /******************************************************************************* |