Changeset 949dac11608bb2ab375d29069a64cc824ba33c1f

Show
Ignore:
Timestamp:
22/12/07 17:04:32 (10 months ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1198339472 +0000
git-parent:

[681637abe8ad32a07b614a7f3cd797d089e58fc7]

git-author:
Rémi Denis-Courmont <rem@videolan.org> 1198339472 +0000
Message:

syntax error

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/network/httpd.c

    r681637a r949dac1  
    10721072    if( vlc_object_waitpipe( VLC_OBJECT( host ) ) == -1 ) 
    10731073    { 
    1074         msg_Err( host, "signaling pipe error: %m") 
     1074        msg_Err( host, "signaling pipe error: %m" ); 
    10751075        vlc_object_unlock( host ); 
    10761076        goto error;