[vlc-devel] [PATCH 1/1] zsh completion: Add missing newlines

Rafaël Carré funman at videolan.org
Wed Feb 3 19:32:22 CET 2016


On 02/03/2016 06:33 PM, Sebastian Ramacher wrote:
> ---
>  extras/analyser/zsh.cpp | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/extras/analyser/zsh.cpp b/extras/analyser/zsh.cpp
> index 6ced8fe..512cb01 100644
> --- a/extras/analyser/zsh.cpp
> +++ b/extras/analyser/zsh.cpp
> @@ -235,9 +235,9 @@ int main(int argc, const char **argv)
>      module_t **max = &mod_list[modules];
>  
>      puts("#compdef vlc cvlc rvlc svlc mvlc qvlc nvlc\n"
> -           "#This file is autogenerated by zsh.cpp"
> -           "typeset -A opt_args"
> -           "local context state line ret=1"
> +           "#This file is autogenerated by zsh.cpp\n"
> +           "typeset -A opt_args\n"
> +           "local context state line ret=1\n"
>             "local modules\n");
>  
>      printf("vlc_modules=\"");
> 

Applied, thanks


More information about the vlc-devel mailing list