xserver: Branch 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sun Oct 27 06:17:30 UTC 2019


 hw/xquartz/mach-startup/bundle-main.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a1e3dfa50a9a9a41c93c12f19f40d97c56ddf850
Author: Jon Turney <jon.turney at dronecode.org.uk>
Date:   Sat Oct 26 18:43:01 2019 +0100

    xquartz: Remove trailing quote to fix build
    
    Fix xquartz build after typo in 3c78d637 ("global: Remove BUILD_DATE and
    BUILD_TIME")

diff --git a/hw/xquartz/mach-startup/bundle-main.c b/hw/xquartz/mach-startup/bundle-main.c
index 09ed5e390..8cfe1e47d 100644
--- a/hw/xquartz/mach-startup/bundle-main.c
+++ b/hw/xquartz/mach-startup/bundle-main.c
@@ -99,7 +99,7 @@ asm (".desc ___crashreporter_info__, 0x10");
 #endif
 
 static const char *__crashreporter_info__base =
-    "X.Org X Server " XSERVER_VERSION ";
+    "X.Org X Server " XSERVER_VERSION;
 
 char *bundle_id_prefix = NULL;
 static char *server_bootstrap_name = NULL;


More information about the xorg-commit mailing list