[cfe-commits] r137010 - /cfe/trunk/www/diagnostics.html

Benjamin Kramer benny.kra at googlemail.com
Fri Aug 5 20:04:45 PDT 2011


Author: d0k
Date: Fri Aug  5 22:04:45 2011
New Revision: 137010

URL: http://llvm.org/viewvc/llvm-project?rev=137010&view=rev
Log:
Fix HTML.

Modified:
    cfe/trunk/www/diagnostics.html

Modified: cfe/trunk/www/diagnostics.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/diagnostics.html?rev=137010&r1=137009&r2=137010&view=diff
==============================================================================
--- cfe/trunk/www/diagnostics.html (original)
+++ cfe/trunk/www/diagnostics.html Fri Aug  5 22:04:45 2011
@@ -192,7 +192,7 @@
 }
 
 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;
 }
 </pre>





More information about the cfe-commits mailing list