Commit 32796b89 authored by Sebastian Ramacher's avatar Sebastian Ramacher Committed by Rafaël Carré

zsh completion: Add missing newlines

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