diff options
Diffstat (limited to 'src/html.cc')
-rw-r--r-- | src/html.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/html.cc b/src/html.cc index 4e2b73d1..b667e5a3 100644 --- a/src/html.cc +++ b/src/html.cc @@ -4130,6 +4130,7 @@ static void Html_process_tag(DilloHtml *html, char *tag, int tagsize) html->ReqTagClose = true; /* Don't break! Open tags may also close themselves */ + /* fallthrough */ default: /* Close function */ |