only:static

This commit is contained in:
rusefillc 2024-02-12 20:46:44 -05:00
parent 022a3c6cf0
commit 4c143d8051
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@ static bool loadScript(LuaHandle& ls, const char* scriptStr) {
static bool interactivePending = false;
static char interactiveCmd[100];
void doInteractive(LuaHandle& ls) {
static void doInteractive(LuaHandle& ls) {
if (!interactivePending) {
// no cmd pending, return
return;