git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
681637a
)
syntax error
author
Rémi Denis-Courmont
<rem@videolan.org>
Sat, 22 Dec 2007 16:04:32 +0000
(16:04 +0000)
committer
Rémi Denis-Courmont
<rem@videolan.org>
Sat, 22 Dec 2007 16:04:32 +0000
(16:04 +0000)
src/network/httpd.c
patch
|
blob
|
history
diff --git
a/src/network/httpd.c
b/src/network/httpd.c
index
0bd6bb9
..
e0f141d
100644
(file)
--- a/
src/network/httpd.c
+++ b/
src/network/httpd.c
@@
-1071,7
+1071,7
@@
httpd_host_t *httpd_TLSHostNew( vlc_object_t *p_this, const char *psz_hostname,
vlc_object_lock( host );
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 );
goto error;
}