Merge branch 'fix-comment-gwin32' into 'master'

gwin32: Fix comment for g_win32_veh_handler

See merge request GNOME/glib!712
This commit is contained in:
Philip Withnall 2019-03-07 11:03:30 +00:00
commit b8a58b7cae

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,