From: Robert Corrigan Date: Wed, 16 Mar 2016 12:29:21 +0000 (-0400) Subject: winpr_detect_windows_time_zone should have void argument X-Git-Tag: 2.0.0-beta1+android10~256^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a4f0089d4507ecd2fccd3903d8087369974329ed;p=platform%2Fupstream%2Ffreerdp.git winpr_detect_windows_time_zone should have void argument --- diff --git a/winpr/libwinpr/timezone/timezone.c b/winpr/libwinpr/timezone/timezone.c index 4bd6f6b..f534033 100644 --- a/winpr/libwinpr/timezone/timezone.c +++ b/winpr/libwinpr/timezone/timezone.c @@ -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;