summaryrefslogtreecommitdiff
path: root/gdb/mi/mi-parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/mi/mi-parse.c')
-rw-r--r--gdb/mi/mi-parse.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/mi/mi-parse.c b/gdb/mi/mi-parse.c
index a5d6efebf82..0a5e2400d84 100644
--- a/gdb/mi/mi-parse.c
+++ b/gdb/mi/mi-parse.c
@@ -305,9 +305,9 @@ mi_parse (const char *cmd, char **token)
/* See if --all is the last token in the input. */
if (strcmp (chp, "--all") == 0)
{
- parse->all = 1;
- chp += strlen (chp);
- }
+ parse->all = 1;
+ chp += strlen (chp);
+ }
if (strncmp (chp, "--thread-group ", tgs) == 0)
{
char *endp;