[vlc-commits] zsh completion: Add missing newlines

Sebastian Ramacher git at videolan.org
Tue May 31 17:52:18 CEST 2016


vlc/vlc-2.2 | branch: master | Sebastian Ramacher <sramacher at debian.org> | Wed Feb  3 18:33:59 2016 +0100| [3957dc6a27183272a89d973f218953c9314d77a6] | committer: Jean-Baptiste Kempf

zsh completion: Add missing newlines

Signed-off-by: Rafaël Carré <funman at videolan.org>
(cherry picked from commit 32796b8960efb2421fdb79a46834dad5af1eadc0)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=3957dc6a27183272a89d973f218953c9314d77a6
---

 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