[glib: 1/2] gwin32: Fix comment for g_win32_veh_handler



commit 7bc21392e15b5e0ca75cb69ee3e1561a3faaec67
Author: Andrea Azzarone <andrea azzarone canonical com>
Date:   Thu Mar 7 10:38:24 2019 +0000

    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,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]