From 4d17f0d0f140b0421b09497eebb739aa3b34af21 Mon Sep 17 00:00:00 2001 From: vdhoeven Date: Thu, 26 Nov 2009 14:16:07 +0000 Subject: [PATCH] Minor fix git-svn-id: svn://svn.savannah.gnu.org/texmacs/trunk@2836 64cb5145-927a-446d-8aed-2fb7b4773692 --- src/src/Texmacs/Texmacs/texmacs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/src/Texmacs/Texmacs/texmacs.cpp b/src/src/Texmacs/Texmacs/texmacs.cpp index 0d9685b9..30ba4739 100644 --- a/src/src/Texmacs/Texmacs/texmacs.cpp +++ b/src/src/Texmacs/Texmacs/texmacs.cpp @@ -138,7 +138,7 @@ TeXmacs_main (int argc, char** argv) { debug (DEBUG_FLAG_IO, true); debug (DEBUG_FLAG_HISTORY, true); debug (DEBUG_FLAG_BENCH, true); - debug (DEBUG_FLAG_QT, true); + debug (DEBUG_FLAG_QT, true); } else if ((s == "-fn") || (s == "-font")) { i++; -- 2.11.4.GIT