Commit 6e41246e authored by jehan's avatar jehan
Browse files

fix compilation issue on apple

parent aff1134b
No related merge requests found
Showing with 1 addition and 1 deletion
...@@ -185,7 +185,7 @@ static void add_payload(sdp_message_t *msg, int line, const PayloadType *pt) ...@@ -185,7 +185,7 @@ static void add_payload(sdp_message_t *msg, int line, const PayloadType *pt)
static void add_line(sdp_message_t *msg, int lineno, const SalStreamDescription *desc){ static void add_line(sdp_message_t *msg, int lineno, const SalStreamDescription *desc){
const char *mt; const char *mt=NULL;
const MSList *elem; const MSList *elem;
const char *addr; const char *addr;
const char *dir="sendrecv"; const char *dir="sendrecv";
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment