Removed duplicate semicolon
authorakallabeth <akallabeth@posteo.net>
Tue, 2 Jun 2020 11:19:26 +0000 (13:19 +0200)
committerArmin Novak <armin.novak@thincast.com>
Mon, 22 Jun 2020 10:13:50 +0000 (12:13 +0200)
(cherry picked from commit 308c2c3544763873a5bea4d18c72c9f62e1584cb)

winpr/libwinpr/timezone/timezone.c

index 5077638..12fcd44 100644 (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;