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 c377f3e..0f73a52 100644 --- a/gdb/remote-notif.c +++ b/gdb/remote-notif.c @@ -42,7 +42,7 @@ #include <string.h> -unsigned int notif_debug = 0; +int notif_debug = 0; /* Supported clients of notifications. */ |