[vlc-commits] zsh completion: Add missing newlines

Sebastian Ramacher git at videolan.org
Wed Feb 3 19:32:02 CET 2016


vlc | branch: master | Sebastian Ramacher <sramacher at debian.org> | Wed Feb  3 18:33:59 2016 +0100| [32796b8960efb2421fdb79a46834dad5af1eadc0] | committer: Rafaël Carré

zsh completion: Add missing newlines

Signed-off-by: Rafaël Carré <funman at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=32796b8960efb2421fdb79a46834dad5af1eadc0
---

 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=\"");



More information about the vlc-commits mailing list