summaryrefslogtreecommitdiff
path: root/content/handlers/html/script.c
diff options
context:
space:
mode:
Diffstat (limited to 'content/handlers/html/script.c')
-rw-r--r--content/handlers/html/script.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/handlers/html/script.c b/content/handlers/html/script.c
index 962386d68..554fc4f70 100644
--- a/content/handlers/html/script.c
+++ b/content/handlers/html/script.c
@@ -495,6 +495,7 @@ exec_src_script(html_content *c,
switch (script_type) {
case HTML_SCRIPT_SYNC:
ret = DOM_HUBBUB_HUBBUB_ERR | HUBBUB_PAUSED;
+ break;
case HTML_SCRIPT_ASYNC:
break;