This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository libx2goclient. commit 7aa6880922bfb125436cad35ea9bbbdd933d9173 Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Mar 15 20:39:39 2021 +0100 src/x2goclient-openssh-bugs.h: rename errors enum, like in previous commit. --- src/x2goclient-openssh-bugs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/x2goclient-openssh-bugs.h b/src/x2goclient-openssh-bugs.h index 440d5f6..c0931cb 100644 --- a/src/x2goclient-openssh-bugs.h +++ b/src/x2goclient-openssh-bugs.h @@ -70,7 +70,7 @@ gboolean x2goclient_openssh_bugs_update (X2GoClientOpenSSHBugs * const self, con */ #define X2GOCLIENT_OPENSSH_BUGS_ERROR g_quark_from_static_string ("x2goclient-openssh-bugs") -enum { +enum X2GoClientOpenSSHBugsErrors { X2GOCLIENT_OPENSSH_BUGS_ERROR_INVALID_STRUCT = 0, X2GOCLIENT_OPENSSH_BUGS_ERROR_INVALID_VERSION_STRUCT, }; -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/libx2goclient.git