- Timestamp:
- 09/02/08 19:19:40 (10 months ago)
- git-parent:
- Files:
-
- extras/analyser/zsh.cpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
extras/analyser/zsh.cpp
r2e888fd r46d9645 2 2 * zsh.cpp: create zsh completion rule for vlc 3 3 ***************************************************************************** 4 * Copyright (C) 2005the VideoLAN team4 * Copyright © 2005-2008 the VideoLAN team 5 5 * $Id$ 6 6 * … … 71 71 return i_ret; 72 72 } 73 p_libvlc = (libvlc_int_t*)vlc_object_get( (vlc_object_t*)NULL,i_ret );73 p_libvlc = (libvlc_int_t*)vlc_object_get( i_ret ); 74 74 printf("#compdef vlc\n\n" 75 75 … … 106 106 printf( "return ret\n" ); 107 107 108 /* Exit early since we did not release all the objects we used, 109 * but we don't care, our task is over */ 108 110 return 0; 111 109 112 /* Finish the threads */ 110 113 VLC_CleanUp( 0 );
