commit 1967d5411c949384cfa0c6555d91baf00359cdb2
Author: Kornel Benko <[email protected]>
Date:   Sat Oct 13 22:22:48 2018 +0200

    Amend edca2e0: copy && paste error
---
 src/lyxfind.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/lyxfind.cpp b/src/lyxfind.cpp
index 03d1221..e2ca8cd 100644
--- a/src/lyxfind.cpp
+++ b/src/lyxfind.cpp
@@ -1522,7 +1522,7 @@ static string correctlanguagesetting(string par, bool 
from_regex, bool withforma
                parlen--;
        }
         string result = removefontinfo(par.substr(0, parlen));
-        LYXERR(Debug::FIND, "input: \"" << result, << "\n");
+        LYXERR(Debug::FIND, "input: \"" << result << "\"");
         result = splitForColors(result);
         LYXERR(Debug::FIND, "After split: \"" << result << "\"");
         bool handle_colors = false;

Reply via email to