Fwd decl: add missing static

This commit is contained in:
tomcw 2024-03-30 17:50:28 +00:00
parent f93ccc3933
commit ca159c3cb4
1 changed files with 1 additions and 1 deletions

View File

@ -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);
//=============================================================================