2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Fix space on end of a g_warning

This commit is contained in:
Ilya Fedin
2021-03-10 14:52:39 +04:00
committed by John Preston
parent 59e6fd9989
commit db0da70de6

View File

@@ -627,7 +627,7 @@ void start() {
if (const auto integration = BaseGtkIntegration::Instance()) {
integration->prepareEnvironment();
} else {
g_warning("GTK integration is disabled, some feature unavailable. ");
g_warning("GTK integration is disabled, some feature unavailable.");
}
#ifdef DESKTOP_APP_USE_PACKAGED_RLOTTIE