1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-26 07:59:09 +00:00

(svn r1603) -Fix: unused variable in FormatTinyDate

-Fix: added void to all win32.c functions as well
This commit is contained in:
darkvater
2005-01-23 10:34:39 +00:00
parent 7243369333
commit 720b183017
2 changed files with 21 additions and 22 deletions

View File

@@ -261,7 +261,6 @@ static byte *FormatMonthAndYear(byte *buff, uint16 number)
static byte *FormatTinyDate(byte *buff, uint16 number)
{
const char *src;
YearMonthDay ymd;
ConvertDayToYMD(&ymd, number);