Removed duplicate semicolon

This commit is contained in:
akallabeth 2020-06-02 13:19:26 +02:00 committed by Armin Novak
parent 58a3122250
commit 308c2c3544
1 changed files with 0 additions and 1 deletions

View File

@ -340,7 +340,6 @@ DWORD GetTimeZoneInformation(LPTIME_ZONE_INFORMATION lpTimeZoneInformation)
{
time_t t;
struct tm tres;
;
struct tm* local_time;
TIME_ZONE_ENTRY* dtz;
LPTIME_ZONE_INFORMATION tz = lpTimeZoneInformation;