From 25bb4e0013a13bd0cac5a39cf2295c73257c1f27 Mon Sep 17 00:00:00 2001 From: lm Date: Sat, 16 Jul 2011 20:47:30 +0200 Subject: [PATCH] Fixed compile warning --- src/ui/DebugConsole.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ui/DebugConsole.cc b/src/ui/DebugConsole.cc index 6ab322d2d..f3fab5deb 100644 --- a/src/ui/DebugConsole.cc +++ b/src/ui/DebugConsole.cc @@ -394,7 +394,6 @@ void DebugConsole::receiveBytes(LinkInterface* link, QByteArray bytes) case (unsigned char)'\n': // Accept line feed if (lastByte != '\r') // Do not break line again for CR+LF str.append(byte); // only break line for single LF or CR bytes - else ; break; case (unsigned char)' ': // space of any type means don't add another on hex output case (unsigned char)'\t': // Accept tab -- 2.22.0