diff options
Diffstat (limited to 'gdb/solib-aix.c')
-rw-r--r-- | gdb/solib-aix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/solib-aix.c b/gdb/solib-aix.c index 0c8a182..1a25a0d 100644 --- a/gdb/solib-aix.c +++ b/gdb/solib-aix.c @@ -30,7 +30,7 @@ /* Variable controlling the output of the debugging traces for this module. */ -static int solib_aix_debug; +static bool solib_aix_debug; /* Our private data in struct so_list. */ |