From 7bc21392e15b5e0ca75cb69ee3e1561a3faaec67 Mon Sep 17 00:00:00 2001 From: Andrea Azzarone Date: Thu, 7 Mar 2019 10:38:24 +0000 Subject: [PATCH] gwin32: Fix comment for g_win32_veh_handler --- glib/gwin32.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/glib/gwin32.c b/glib/gwin32.c index 6d97e4c0e..7c724badb 100644 --- a/glib/gwin32.c +++ b/glib/gwin32.c @@ -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,