summaryrefslogtreecommitdiff
path: root/other/apidsl
diff options
context:
space:
mode:
authorEniz Vukovic <eniz_vukovic@hotmail.com>2015-10-13 00:35:46 +0200
committerEniz Vukovic <eniz_vukovic@hotmail.com>2015-10-13 00:35:46 +0200
commit363771ea3c13e11dd2bf6f4fb6aed724652fdabb (patch)
tree6598f9b75f6c057e8fb80c4ab332e5924619005a /other/apidsl
parentbb67d9b273b534205df2326fca5712b2d0efc4a5 (diff)
Fix typo and change logger config option
Diffstat (limited to 'other/apidsl')
-rw-r--r--other/apidsl/toxav.in.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/other/apidsl/toxav.in.h b/other/apidsl/toxav.in.h
index 20efa1d1..592c3def 100644
--- a/other/apidsl/toxav.in.h
+++ b/other/apidsl/toxav.in.h
@@ -389,7 +389,7 @@ enum class CALL_CONTROL {
389 /** 389 /**
390 * Request that the friend stops sending video. Regardless of the friend's 390 * Request that the friend stops sending video. Regardless of the friend's
391 * compliance, this will cause the ${event video.receive_frame} event to stop being 391 * compliance, this will cause the ${event video.receive_frame} event to stop being
392 * triggered on receiving an video frame from the friend. 392 * triggered on receiving a video frame from the friend.
393 */ 393 */
394 HIDE_VIDEO, 394 HIDE_VIDEO,
395 /** 395 /**