From 64037017cc3804d9921bd9780570685871df8f0b Mon Sep 17 00:00:00 2001 From: mannol Date: Tue, 12 May 2015 22:16:00 +0200 Subject: Fix bug --- toxav/toxav.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'toxav/toxav.h') diff --git a/toxav/toxav.h b/toxav/toxav.h index 994b3009..b0e7e37d 100644 --- a/toxav/toxav.h +++ b/toxav/toxav.h @@ -190,7 +190,7 @@ bool toxav_answer(ToxAV *av, uint32_t friend_number, uint32_t audio_bit_rate, ui * :: Call state graph * ******************************************************************************/ -typedef enum TOXAV_CALL_STATE { +enum TOXAV_CALL_STATE { /** * The flag that marks that friend is sending audio. */ @@ -218,7 +218,7 @@ typedef enum TOXAV_CALL_STATE { * state will never be triggered in combination with other call states. */ TOXAV_CALL_STATE_ERROR = 32768 -} TOXAV_CALL_STATE; +}; /** * The function type for the `call_state` callback. * -- cgit v1.2.3