Fix error: no newline at end of file

svn path=/trunk/; revision=47570
This commit is contained in:
Pascal Quantin 2013-02-08 16:45:15 +00:00
parent f5dd71e30e
commit d6af95490a
1 changed files with 1 additions and 1 deletions

View File

@ -37,4 +37,4 @@ enum sdp_exchange_type
SDP_EXCHANGE_ANSWER_REJECT,
};
extern void setup_sdp_transport(tvbuff_t *tvb, packet_info *pinfo, enum sdp_exchange_type type, int request_frame);
extern void setup_sdp_transport(tvbuff_t *tvb, packet_info *pinfo, enum sdp_exchange_type type, int request_frame);