mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-27 04:41:23 +00:00
forgot to add back 'void' after undoing experiments
This commit is contained in:
parent
2205246f0c
commit
cea0ffab60
1 changed files with 2 additions and 2 deletions
|
@ -1404,7 +1404,7 @@ static int NetUnArchive(lua_State *L)
|
|||
return n;
|
||||
}
|
||||
|
||||
static void UnArchiveTables()
|
||||
static void UnArchiveTables(void)
|
||||
{
|
||||
int TABLESINDEX;
|
||||
UINT16 i, n;
|
||||
|
@ -1436,7 +1436,7 @@ static void UnArchiveTables()
|
|||
}
|
||||
}
|
||||
|
||||
static void UnArchiveTablesDemo()
|
||||
static void UnArchiveTablesDemo(void)
|
||||
{
|
||||
int TABLESINDEX;
|
||||
UINT16 i, n;
|
||||
|
|
Loading…
Reference in a new issue