winpr_detect_windows_time_zone should have void argument

This commit is contained in:
Robert Corrigan 2016-03-16 08:29:21 -04:00
parent 16796b9c9d
commit a4f0089d45

View File

@ -1740,7 +1740,7 @@ static BOOL winpr_match_unix_timezone_identifier_with_list(const char* tzid, con
return FALSE;
}
static TIME_ZONE_ENTRY* winpr_detect_windows_time_zone()
static TIME_ZONE_ENTRY* winpr_detect_windows_time_zone(void)
{
int i, j;
char* tzid;