Skip to content

Commit 04dd589

Browse files
authored
fix debug exception with static method (#607)
1 parent ff6cfe6 commit 04dd589

File tree

1 file changed

+1
-1
lines changed
  • contrib/win32/win32compat

1 file changed

+1
-1
lines changed

contrib/win32/win32compat/misc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1480,7 +1480,7 @@ localtime_r(const time_t *timep, struct tm *result)
14801480
return localtime_s(result, timep) == 0 ? result : NULL;
14811481
}
14821482

1483-
static void
1483+
void
14841484
freezero(void *ptr, size_t sz)
14851485
{
14861486
if (ptr == NULL)

0 commit comments

Comments
 (0)