summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/frame.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asterisk/frame.h b/include/asterisk/frame.h
index a16cf804c..a1451c8de 100644
--- a/include/asterisk/frame.h
+++ b/include/asterisk/frame.h
@@ -322,8 +322,8 @@ enum ast_control_frame_type {
AST_CONTROL_T38 = 19, /*!< T38 state change request/notification */
AST_CONTROL_SRCUPDATE = 20, /*!< Indicate source of media has changed */
AST_CONTROL_TRANSFER = 21, /*!< Indicate status of a transfer request */
- AST_CONTROL_CONNECTED_LINE = 22, /*!< Indicate connected line has changed */
- AST_CONTROL_REDIRECTING = 23 /*!< Indicate redirecting id has changed */
+ AST_CONTROL_CONNECTED_LINE = 22,/*!< Indicate connected line has changed */
+ AST_CONTROL_REDIRECTING = 23 /*!< Indicate redirecting id has changed */
};
enum ast_control_t38 {