Skip to content
Snippets Groups Projects
Commit 32796b89 authored by Sebastian Ramacher's avatar Sebastian Ramacher Committed by Rafaël Carré
Browse files

zsh completion: Add missing newlines


Signed-off-by: default avatarRafaël Carré <funman@videolan.org>
parent bba9bcf0
No related branches found
No related tags found
No related merge requests found
......@@ -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=\"");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment