[vlc-devel] [PATCH 1/1] zsh completion: Add missing newlines
Sebastian Ramacher
sramacher at debian.org
Wed Feb 3 18:33:59 CET 2016
---
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=\"");
--
2.7.0
More information about the vlc-devel
mailing list