mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-03 17:54:33 +03:00
make unknown content drag assert have meanigful message
This commit is contained in:
parent
e39afa3c97
commit
4a1ca97c65
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user