docs/*.html: Make W3C HTML 4.01 Strict more compliant.
[oota-llvm.git] / docs / tutorial / LangImpl5.html
index 33837175e933463dd479d13a31b21bd2488bb90e..2c1a07f61448ece673f23dbdedce1744519677c6 100644 (file)
@@ -1721,7 +1721,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);