xquartz: Remove trailing quote to fix build

Fix xquartz build after typo in 3c78d637 ("global: Remove BUILD_DATE and
BUILD_TIME")
This commit is contained in:
Jon Turney 2019-10-26 18:43:01 +01:00
parent 0cf15714e1
commit a1e3dfa50a

View File

@ -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;