diff --git a/src/parse.c b/src/parse.c index ebe910d..f4a5960 100644 --- a/src/parse.c +++ b/src/parse.c @@ -88,6 +88,7 @@ static int writefile(struct expandfile *file, FILE *out) { out); } } + break; } case AUTOESCAPE_CHAR: for (++i; data->data[i] != ESCAPE_CHAR && @@ -110,6 +111,7 @@ static int writefile(struct expandfile *file, FILE *out) { break; } } + break; } } else