From e376e742101146667c9adeb8a4a7c60034aad8a7 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 1 Nov 2019 00:53:12 +0100 Subject: [PATCH] Fix build-breaking typo in the GUI test suite Fix after afe18169966eb7e797cb71412eee81cdf527013d. See #17400. --- tests/test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test.cpp b/tests/test.cpp index 0b4e31d0f0..bb4b04564f 100644 --- a/tests/test.cpp +++ b/tests/test.cpp @@ -493,7 +493,7 @@ wxTestGLogHandler(const gchar* domain, // Check if debug messages in this domain will be logged. if ( level == G_LOG_LEVEL_DEBUG ) { - static consr char* const allowed = getenv("G_MESSAGES_DEBUG"); + static const char* const allowed = getenv("G_MESSAGES_DEBUG"); // By default debug messages are dropped, but if G_MESSAGES_DEBUG is // defined, they're logged for the domains specified in it and if it