From ca159c3cb4f38ba1beb37225507439fe91cbec25 Mon Sep 17 00:00:00 2001 From: tomcw Date: Sat, 30 Mar 2024 17:50:28 +0000 Subject: [PATCH] Fwd decl: add missing static --- source/Memory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Memory.cpp b/source/Memory.cpp index 24ae91e4..36cbdb5a 100644 --- a/source/Memory.cpp +++ b/source/Memory.cpp @@ -246,7 +246,7 @@ static HANDLE g_hMemImage = NULL; // NB. When not initialised, this handle is NU #endif BYTE __stdcall IO_Annunciator(WORD programcounter, WORD address, BYTE write, BYTE value, ULONG nCycles); -void FreeMemImage(void); +static void FreeMemImage(void); //=============================================================================