diff --git a/win32/configure.js b/win32/configure.js
index cf4eff2f9ec783e06ad8d265c2bcaf631160fa19_d2luMzIvY29uZmlndXJlLmpz..6b5047ca25dfcc14aafc30958f8a7e374b110fb6_d2luMzIvY29uZmlndXJlLmpz 100644
--- a/win32/configure.js
+++ b/win32/configure.js
@@ -489,7 +489,7 @@
 txtOut += "          Compiler: " + compiler + "\n";
 if (compiler == "msvc")
 	txtOut += "  C-Runtime option: " + cruntime + "\n";
-	txtOut += "    Embed Manifest: " + boolToStr(vcmanifest) + "\n";
+txtOut += "    Embed Manifest: " + boolToStr(vcmanifest) + "\n";
 txtOut += "     Debug symbols: " + boolToStr(buildDebug) + "\n";
 txtOut += "   Static xsltproc: " + boolToStr(buildStatic) + "\n";
 txtOut += "    Install prefix: " + buildPrefix + "\n";