From be54289b785d3318dd644223cacb9f281f3e2d3d Mon Sep 17 00:00:00 2001 From: Lars Op den Kamp Date: Sat, 3 Mar 2012 15:17:37 +0100 Subject: [PATCH] win32: removed StdString::Trim() call in cec-config. windows doesn't like it for some reason and it's just cosmetics. fixes compiler error on windows. --- src/cec-config/cec-config.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cec-config/cec-config.cpp b/src/cec-config/cec-config.cpp index c46bbac..4563691 100644 --- a/src/cec-config/cec-config.cpp +++ b/src/cec-config/cec-config.cpp @@ -468,8 +468,8 @@ int main (int UNUSED(argc), char *UNUSED(argv[])) "\n" << "\t\n" << "\t\n" << - "\t\n" << - "\t\n" << + "\t\n" << + "\t\n" << "\t\n" << "\t\n" << "\t\n" << -- 2.34.1