forgot to add back 'void' after undoing experiments

This commit is contained in:
Latapostrophe 2019-09-10 13:52:32 +02:00
parent 2205246f0c
commit cea0ffab60

View file

@ -1404,7 +1404,7 @@ static int NetUnArchive(lua_State *L)
return n; return n;
} }
static void UnArchiveTables() static void UnArchiveTables(void)
{ {
int TABLESINDEX; int TABLESINDEX;
UINT16 i, n; UINT16 i, n;
@ -1436,7 +1436,7 @@ static void UnArchiveTables()
} }
} }
static void UnArchiveTablesDemo() static void UnArchiveTablesDemo(void)
{ {
int TABLESINDEX; int TABLESINDEX;
UINT16 i, n; UINT16 i, n;