diff options
Diffstat (limited to 'toxav/msi.c')
-rw-r--r-- | toxav/msi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toxav/msi.c b/toxav/msi.c index ac900dac..e21ec948 100644 --- a/toxav/msi.c +++ b/toxav/msi.c | |||
@@ -783,4 +783,4 @@ void handle_msi_packet ( Messenger *m, int friend_id, const uint8_t *data, uint1 | |||
783 | handle_pop(call, &msg); /* always kills the call */ | 783 | handle_pop(call, &msg); /* always kills the call */ |
784 | 784 | ||
785 | pthread_mutex_unlock(session->mutex); | 785 | pthread_mutex_unlock(session->mutex); |
786 | } \ No newline at end of file | 786 | } |