diff options
Diffstat (limited to 'toxav/toxav.c')
-rw-r--r-- | toxav/toxav.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toxav/toxav.c b/toxav/toxav.c index ebe32fe4..dfb5dce3 100644 --- a/toxav/toxav.c +++ b/toxav/toxav.c | |||
@@ -272,7 +272,7 @@ int toxav_reject ( ToxAv *av, int32_t call_index, const char *reason ) | |||
272 | return ErrorInvalidState; | 272 | return ErrorInvalidState; |
273 | } | 273 | } |
274 | 274 | ||
275 | return msi_reject(av->msi_session, call_index, (const uint8_t *) reason); | 275 | return msi_reject(av->msi_session, call_index, reason); |
276 | } | 276 | } |
277 | 277 | ||
278 | /** | 278 | /** |