This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gokdrive. commit ff834a6dfb18bb488adffc82521786928b3a0989 Author: Mihai Moldovan <ionic@ionic.de> Date: Tue Sep 12 13:40:53 2023 +0200 x2gokdriveinit.c: typo fix. --- debian/changelog | 1 + x2gokdriveinit.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 58de13f..02125d0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,6 +13,7 @@ x2gokdrive (0.0.0.2-0x2go1) UNRELEASED; urgency=medium * New upstream version (0.0.0.2): - x2gokdriveremote.c: more typo fixes. - x2gokdrive.c: typo fix. + - x2gokdriveinit.c: typo fix. -- X2Go Release Manager <git-admin@x2go.org> Fri, 09 Jun 2023 20:34:58 +0200 diff --git a/x2gokdriveinit.c b/x2gokdriveinit.c index dc43bb5..b6911c3 100644 --- a/x2gokdriveinit.c +++ b/x2gokdriveinit.c @@ -209,7 +209,7 @@ processScreenOrOutputArg(const char *screen_size, const char *output, char *pare // } // use_geometry = (strchr(screen_size, '+') != NULL); - EPHYR_DBG("screen number:%d, size: %s, output %s\n", screen->mynum, screen_size, output); + EPHYR_DBG("screen number: %d, size: %s, output %s\n", screen->mynum, screen_size, output); // hostx_add_screen(screen, p_id, screen->mynum, use_geometry, output); } else { -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gokdrive.git