gwin32: Fix comment for g_win32_veh_handler

This commit is contained in:
Andrea Azzarone 2019-03-07 10:38:24 +00:00
parent c9c88a4b22
commit 7bc21392e1

View File

@ -1027,8 +1027,7 @@ static void *WinVEH_handle = NULL;
#include "gwin32-private.c"
/**
* Handles exceptions (useful for debugging).
/* Handles exceptions (useful for debugging).
* Issues a DebugBreak() call if the process is being debugged (not really
* useful - if the process is being debugged, this handler won't be invoked
* anyway). If it is not, runs a debugger from G_DEBUGGER env var,