config for ESPRESSObin from Globalscale Tech. Inc.
[fw/openocd] / src / svf / svf.c
index e7e815c1046513e8a9f003477a28f7dfb89c7923..1d686ba6174c1e1e279ba66d36ac71b660f9faff 100644 (file)
@@ -661,11 +661,13 @@ static int svf_read_command_from_file(FILE *fd)
                                if (svf_getline(&svf_read_line, &svf_read_line_size, svf_fd) <= 0)
                                        return ERROR_FAIL;
                                i = -1;
+                               /* fallthrough */
                        case '\r':
                                slash = 0;
                                /* Don't save '\r' and '\n' if no data is parsed */
                                if (!cmd_pos)
                                        break;
+                               /* fallthrough */
                        default:
                                /* The parsing code currently expects a space
                                 * before parentheses -- "TDI (123)".  Also a