diff --git a/src/include/switch_types.h b/src/include/switch_types.h index e776ff936f..0fb00cfbb0 100644 --- a/src/include/switch_types.h +++ b/src/include/switch_types.h @@ -804,7 +804,7 @@ typedef enum { typedef enum { SCSMF_DYNAMIC = (1 << 0), SCSMF_FREE_STRING_REPLY = (1 << 1), - SCSMF_FREE_POINTER_REPLY = (1 << 2), + SCSMF_FREE_POINTER_REPLY = (1 << 2) } switch_core_session_message_flag_enum_t; typedef uint32_t switch_core_session_message_flag_t;