Declare compatbile function static

This commit is contained in:
Asdow
2025-11-19 21:11:19 +02:00
parent 014b06641e
commit 0dc080b01d
+1 -1
View File
@@ -210,7 +210,7 @@ UINT8 CountPeopleInBoxingRing( void )
return( ubTotalInRing ); return( ubTotalInRing );
} }
void CountPeopleInBoxingRingAndDoActions( void ) static void CountPeopleInBoxingRingAndDoActions( void )
{ {
UINT32 uiLoop; UINT32 uiLoop;
UINT8 ubTotalInRing = 0; UINT8 ubTotalInRing = 0;