Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
92b20e62
Commit
92b20e62
authored
May 31, 2014
by
Simon Morlat
Browse files
fix warning
parent
7a85da0f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
coreapi/linphonecore.c
coreapi/linphonecore.c
+1
-1
No files found.
coreapi/linphonecore.c
View file @
92b20e62
...
...
@@ -3150,7 +3150,7 @@ int linphone_core_start_update_call(LinphoneCore *lc, LinphoneCall *call){
**/
int
linphone_core_update_call
(
LinphoneCore
*
lc
,
LinphoneCall
*
call
,
const
LinphoneCallParams
*
params
){
int
err
=
0
;
#ifdef
VIDEO_ENABLED
#if
def
ined(
VIDEO_ENABLED
) && defined(BUILD_UPNP)
bool_t
has_video
=
FALSE
;
#endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment