From df7c8f0d8642250e28e45272ed875905c4e50bef Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Sun, 10 Apr 2016 14:43:37 -0400 Subject: [PATCH] FAcepalm fix --- src/main.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cc b/src/main.cc index 19402229a..958c6a732 100644 --- a/src/main.cc +++ b/src/main.cc @@ -115,7 +115,7 @@ jint JNI_OnLoad(JavaVM* vm, void* reserved) int main(int argc, char *argv[]) { #ifdef Q_OS_UNIX - //FOrce writing to the console on UNIX/BSD devices + //Force writing to the console on UNIX/BSD devices if (!qEnvironmentVariableIsSet("QT_LOGGING_TO_CONSOLE")) qputenv("QT_LOGGING_TO_CONSOLE", "1"); #endif -- 2.22.0