This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository libx2goclient. commit 8d3db176212228bafed3c01cfde614a94b9ae219 Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Mar 15 20:39:55 2021 +0100 src/x2goclient-openssh-version.h: rename errors enum, like in previous commits. --- src/x2goclient-openssh-version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/x2goclient-openssh-version.h b/src/x2goclient-openssh-version.h index a22309d..21b23ee 100644 --- a/src/x2goclient-openssh-version.h +++ b/src/x2goclient-openssh-version.h @@ -52,7 +52,7 @@ void x2goclient_openssh_version_free (X2GoClientOpenSSHVersion * const openssh_v */ #define X2GOCLIENT_OPENSSH_VERSION_ERROR g_quark_from_static_string ("x2goclient-openssh-version") -enum { +enum X2GoClientOpenSSHVersionErrors { X2GOCLIENT_OPENSSH_VERSION_ERROR_INVALID_STRUCT = 0, X2GOCLIENT_OPENSSH_VERSION_ERROR_INVALID_VERSION_STRING, X2GOCLIENT_OPENSSH_VERSION_ERROR_INVALID_PREAMBLE, -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/libx2goclient.git