From: Benjamin Kramer Date: Sat, 6 Aug 2011 03:04:45 +0000 (+0000) Subject: Fix HTML. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d8ee40732506ffd6de0a48e867b1e7e2f92bfcc1;p=clang Fix HTML. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@137010 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/www/diagnostics.html b/www/diagnostics.html index 4317c67d2e..b3b168b888 100644 --- a/www/diagnostics.html +++ b/www/diagnostics.html @@ -192,7 +192,7 @@ namespace myapp { } using namespace myapp; -void addHTTPService(servers::Server const &;amp;server, ::services::WebService const *http) { +void addHTTPService(servers::Server const &server, ::services::WebService const *http) { server += http; }