docs/*.html: Make W3C HTML 4.01 Strict more compliant.
[oota-llvm.git] / docs / tutorial / LangImpl6.html
index a270fe1efa5d665c92345aec403e1086e9329ce0..72fa9c3b080aca82ecd714509104a8ce20de2759 100644 (file)
@@ -1758,7 +1758,7 @@ int main() {
 
   // Create the JIT.  This takes ownership of the module.
   std::string ErrStr;
-  TheExecutionEngine = EngineBuilder(TheModule).setErrorStr(&ErrStr).create();
+  TheExecutionEngine = EngineBuilder(TheModule).setErrorStr(&ErrStr).create();
   if (!TheExecutionEngine) {
     fprintf(stderr, "Could not create ExecutionEngine: %s\n", ErrStr.c_str());
     exit(1);