Skip to content

Commit

Permalink
main: fix warning on Windows (#842)
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredh authored Jun 11, 2023
1 parent 0ed0797 commit 853cee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ static void signal_handler(int sig)


#ifdef WIN32
LONG WINAPI exception_handler(EXCEPTION_POINTERS *ExceptionInfo)
static LONG WINAPI exception_handler(EXCEPTION_POINTERS *ExceptionInfo)
{
struct btrace bt;

Expand Down

0 comments on commit 853cee7

Please sign in to comment.