mirror of https://github.com/FreeRDP/FreeRDP
Removed duplicate semicolon
This commit is contained in:
parent
58a3122250
commit
308c2c3544
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue