(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 6140e55f38
commit c92bd3abdd
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);