From 5ba998174ae7690c7ded25bbac99429b88fdcee9 Mon Sep 17 00:00:00 2001 From: Alexander Harkness Date: Sat, 19 Oct 2013 21:21:44 +0100 Subject: Fixed compile error. silly parentheses creeping in. --- source/WebAdmin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/WebAdmin.cpp b/source/WebAdmin.cpp index 7d17ddc03..a81d85f5f 100644 --- a/source/WebAdmin.cpp +++ b/source/WebAdmin.cpp @@ -428,7 +428,7 @@ AString cWebAdmin::GetHTMLEscapedString( const AString& a_Input ) } } - return dst(); + return dst; } -- cgit v1.2.3