winpr_detect_windows_time_zone should have void argument
authorRobert Corrigan <corrigan@rohrer.com>
Wed, 16 Mar 2016 12:29:21 +0000 (08:29 -0400)
committerRobert Corrigan <corrigan@rohrer.com>
Wed, 16 Mar 2016 12:29:21 +0000 (08:29 -0400)
winpr/libwinpr/timezone/timezone.c

index 4bd6f6b..f534033 100644 (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;