From c2a3321684270979d98ce80ed1fe59e7e56f1040 Mon Sep 17 00:00:00 2001 From: nhmall Date: Tue, 21 Jul 2026 12:13:17 -0400 Subject: [PATCH] follow-up bit --- src/nhlua.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nhlua.c b/src/nhlua.c index 8ed3fd448..46c4e9c5d 100644 --- a/src/nhlua.c +++ b/src/nhlua.c @@ -5,7 +5,7 @@ #include "hack.h" #include "dlb.h" -/* minimum and maximum LUA_VERSION_NUM expected by this version of NetHack */ \ +/* minimum and maximum LUA_VERSION_NUM expected by this version of NetHack */ #ifndef NHL_MIN_VERSION_NUM_EXPECTED #define NHL_MIN_VERSION_NUM_EXPECTED 504 #endif