make unknown content drag assert have meanigful message

This commit is contained in:
Vincent Sanders 2019-11-29 21:32:46 +00:00
parent e39afa3c97
commit 4a1ca97c65

View File

@ -640,7 +640,7 @@ html_mouse_action(struct content *c,
default: default:
/* Unknown content related drag type */ /* Unknown content related drag type */
assert(0); assert(0 && "Unknown content related drag type");
} }
/* search the box tree for a link, imagemap, form control, or /* search the box tree for a link, imagemap, form control, or