Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
liblinphone
Commits
6e41246e
Commit
6e41246e
authored
14 years ago
by
jehan
Browse files
Options
Download
Patches
Plain Diff
fix compilation issue on apple
parent
aff1134b
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
coreapi/sal_eXosip2_sdp.c
+1
-1
coreapi/sal_eXosip2_sdp.c
with
1 addition
and
1 deletion
coreapi/sal_eXosip2_sdp.c
+
1
−
1
View file @
6e41246e
...
@@ -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"
;
...
...
This diff is collapsed.
Click to expand it.
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets