From d76c81d6592a56742e0bc3721710fdbd680624fa Mon Sep 17 00:00:00 2001 From: Swyter Date: Sun, 5 Jun 2022 14:36:43 +0200 Subject: [PATCH] A very small, missing carriage return in `install.html`. Add a missing BEL character to `nxbuild.bat`. --- doc/install.html | 1 + src/nxbuild.bat | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/install.html b/doc/install.html index fc9b93dc..00aec00b 100644 --- a/doc/install.html +++ b/doc/install.html @@ -667,6 +667,7 @@ Then cd to the directory where you've unpacked the sources and run thes cd src nxbuild +

Embedding LuaJIT

LuaJIT is API-compatible with Lua 5.1. If you've already embedded Lua diff --git a/src/nxbuild.bat b/src/nxbuild.bat index 47960ec0..610ec898 100644 --- a/src/nxbuild.bat +++ b/src/nxbuild.bat @@ -145,7 +145,7 @@ for %%f in (lj_*.c lib_*.c) do ( @echo. @echo ******************************************************* @echo *** Build FAILED -- Please check the error messages *** -@echo ******************************************************* +@echo ******************************************************* @goto :END :FAIL @echo To run this script you must open a "Native Tools Command Prompt for VS".