Remove fallthrough
This commit is contained in:
@@ -101,6 +101,7 @@ static int writefile(struct expandfile *file, FILE *out) {
|
|||||||
break;
|
break;
|
||||||
case ';':
|
case ';':
|
||||||
fputs(";", out);
|
fputs(";", out);
|
||||||
|
break;
|
||||||
case '<':
|
case '<':
|
||||||
fputs("<", out);
|
fputs("<", out);
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user