diff options
Diffstat (limited to 'gdb/mi/mi-parse.c')
-rw-r--r-- | gdb/mi/mi-parse.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/mi/mi-parse.c b/gdb/mi/mi-parse.c index a5d6efe..0a5e240 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; |