From 720b18301776864c0f671a909f4bfb4405b8c799 Mon Sep 17 00:00:00 2001 From: darkvater Date: Sun, 23 Jan 2005 10:34:39 +0000 Subject: (svn r1603) -Fix: unused variable in FormatTinyDate -Fix: added void to all win32.c functions as well --- strings.c | 1 - 1 file changed, 1 deletion(-) (limited to 'strings.c') diff --git a/strings.c b/strings.c index db29c71f8..576c2bbb8 100644 --- a/strings.c +++ b/strings.c @@ -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); -- cgit v1.2.3-54-g00ecf