summaryrefslogtreecommitdiff
path: root/toxav
diff options
context:
space:
mode:
authormannol <mannol@users.noreply.github.com>2015-04-29 10:51:39 +0200
committermannol <mannol@users.noreply.github.com>2015-04-29 10:51:39 +0200
commitd259fc1116acc7d22faebb2a0d852bd3850f6aac (patch)
tree2c8891e5d4cad45f8cf20b03d84338459f133ccf /toxav
parentd8c34f4ffafedc256e9a52af5e591c4998c0003d (diff)
parent45c45841cf099682f47b081e07c01ca52583b8e9 (diff)
Merge pull request #2 from krobelus/new_api
Fixed typo
Diffstat (limited to 'toxav')
-rw-r--r--toxav/toxav.h2
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 */
98void toxav_iterate(ToxAV *av); 98void toxav_iterate(ToxAV *av);
99/******************************************************************************* 99/*******************************************************************************