diff options
Diffstat (limited to 'gdb/remote-notif.c')
-rw-r--r-- | gdb/remote-notif.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-notif.c b/gdb/remote-notif.c index 2680618b3fa..2ff7b3b66c6 100644 --- a/gdb/remote-notif.c +++ b/gdb/remote-notif.c @@ -41,7 +41,7 @@ #include "infrun.h" #include "gdbcmd.h" -int notif_debug = 0; +bool notif_debug = false; /* Supported clients of notifications. */ |