From f7bb3e5bd0f1fef67f786e1c23114aa3fc1068f8 Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Sat, 6 Aug 2011 03:04:45 +0000 Subject: [PATCH] Fix HTML. llvm-svn: 137010 --- clang/www/diagnostics.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/www/diagnostics.html b/clang/www/diagnostics.html index 4317c67d2ec0..b3b168b88836 100644 --- a/clang/www/diagnostics.html +++ b/clang/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; }