summaryrefslogtreecommitdiff
path: root/www/diagnostics.html
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2011-08-06 03:04:45 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2011-08-06 03:04:45 +0000
commitd8ee40732506ffd6de0a48e867b1e7e2f92bfcc1 (patch)
tree751220d98188e609de5fceeae1d27abd746457e7 /www/diagnostics.html
parent22d4fed17df02f5fa07165a69228b0b0f1a73a28 (diff)
downloadclang-d8ee40732506ffd6de0a48e867b1e7e2f92bfcc1.tar.gz
Fix HTML.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@137010 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/diagnostics.html')
-rw-r--r--www/diagnostics.html2
1 files changed, 1 insertions, 1 deletions
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 &amp;server, ::services::WebService const *http) {
server += http;
}
</pre>