Commit 949dac11 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

syntax error

parent 681637ab
...@@ -1071,7 +1071,7 @@ httpd_host_t *httpd_TLSHostNew( vlc_object_t *p_this, const char *psz_hostname, ...@@ -1071,7 +1071,7 @@ httpd_host_t *httpd_TLSHostNew( vlc_object_t *p_this, const char *psz_hostname,
vlc_object_lock( host ); vlc_object_lock( host );
if( vlc_object_waitpipe( VLC_OBJECT( host ) ) == -1 ) if( vlc_object_waitpipe( VLC_OBJECT( host ) ) == -1 )
{ {
msg_Err( host, "signaling pipe error: %m") msg_Err( host, "signaling pipe error: %m" );
vlc_object_unlock( host ); vlc_object_unlock( host );
goto error; goto error;
} }
......
Markdown is supported
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