This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch bugfix/help-cmd in repository x2goclient. commit abebff1cf86326cd0ace6d6828bd340fecac5637 Author: Mihai Moldovan <ionic@ionic.de> Date: Wed Apr 22 07:52:03 2015 +0200 help.{cpp,h}: fix missing return type. --- src/help.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/help.cpp b/src/help.cpp index 74dd1c0..4b39a49 100644 --- a/src/help.cpp +++ b/src/help.cpp @@ -75,7 +75,7 @@ help::data_t help::build_data () { return (help::data_t (help::cleanup_prelude (help::build_prelude ()), help::cleanup_params (help::build_params ()))); } -help::pretty_print (help::data_t data) { +void help::pretty_print (help::data_t data) { help::data_t data = help::build_data (); -- Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git