From b1b02fe1c0e2a5a608446207985b98cecacfe12e Mon Sep 17 00:00:00 2001 From: Ulrich Sibiller Date: Fri, 17 Jan 2020 21:39:26 +0100 Subject: Splash.c: fix syntax error in TEST mode --- nx-X11/programs/Xserver/hw/nxagent/Splash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx-X11/programs/Xserver/hw/nxagent/Splash.c b/nx-X11/programs/Xserver/hw/nxagent/Splash.c index 91292470e..2974f98b1 100644 --- a/nx-X11/programs/Xserver/hw/nxagent/Splash.c +++ b/nx-X11/programs/Xserver/hw/nxagent/Splash.c @@ -404,7 +404,7 @@ void nxagentRemoveSplashWindow(void) nxagentRefreshWindows(screenInfo.screens[0]->root); #ifdef TEST - fprintf(stderr, "%s: setting the ownership of %s (%d) on window 0x%lx\n", __func__ + fprintf(stderr, "%s: setting the ownership of %s (%d) on window 0x%lx\n", __func__, "NX_CUT_BUFFER_SERVER", (int)serverTransToAgentProperty, nxagentWindow(screenInfo.screens[0]->root)); #endif -- cgit v1.2.3