diff options
Diffstat (limited to 'gdb/cli/cli-utils.h')
-rw-r--r-- | gdb/cli/cli-utils.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/cli/cli-utils.h b/gdb/cli/cli-utils.h index cbe8ff6..33b8663 100644 --- a/gdb/cli/cli-utils.h +++ b/gdb/cli/cli-utils.h @@ -215,9 +215,9 @@ check_for_argument (char **str, const char *arg) struct qcs_flags { - int quiet = false; - int cont = false; - int silent = false; + bool quiet = false; + bool cont = false; + bool silent = false; }; /* Validate FLAGS. Throws an error if both FLAGS->CONT and |