This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository libx2goclient. commit 14ecc652fa02815bbc746fc53379b3a6004ec711 Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Jul 15 08:34:45 2019 +0200 src/x2goclient-object.h: forgot include guard change. --- src/x2goclient-object.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/x2goclient-object.h b/src/x2goclient-object.h index 46e751e..2c3db7a 100644 --- a/src/x2goclient-object.h +++ b/src/x2goclient-object.h @@ -22,11 +22,11 @@ Boston, MA 02110-1301, USA. */ -#ifndef X2GOCLIENT_OBJECT_H -#define X2GOCLIENT_OBJECT_H +#ifndef x2goclient_object_h +#define x2goclient_object_h G_BEGIN_DECLS G_END_DECLS -#endif /* X2GOCLIENT_OBJECT_H */ +#endif /* x2goclient_object_h */ -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/libx2goclient.git