Changeset 34f24dcd6ceb5f13d171f3a0b56defbdf8a10c3b

Show
Ignore:
Timestamp:
29/09/05 16:29:59 (3 years ago)
Author:
Jean-Paul Saman <jpsaman@videolan.org>
git-committer:
Jean-Paul Saman <jpsaman@videolan.org> 1128004199 +0000
git-parent:

[810e9accee5e25309f75cfcd9873a4543385865a]

git-author:
Jean-Paul Saman <jpsaman@videolan.org> 1128004199 +0000
Message:

Fix compiler warning, remove unused variables

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/demux/nsc.c

    r167bb4d r34f24dc  
    298298static void DemuxClose( vlc_object_t *p_this ) 
    299299{ 
    300     demux_t *p_demux = (demux_t*)p_this; 
    301300    return; 
    302301} 
     
    353352static int Demux ( demux_t *p_demux ) 
    354353{ 
    355     demux_sys_t     *p_sys = p_demux->p_sys; 
    356354    char            *psz_line; 
    357355