mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-15 23:29:21 +03:00
Fix the small NetSurf build.
svn path=/trunk/netsurf/; revision=2714
This commit is contained in:
parent
59b7ce9194
commit
307ae1c40c
@ -913,9 +913,12 @@ void css_atimport_callback(content_msg msg, struct content *css,
|
||||
/*css_dump_stylesheet(css->data.css);*/
|
||||
c->active--;
|
||||
break;
|
||||
|
||||
#ifdef WITH_AUTH
|
||||
case CONTENT_MSG_AUTH:
|
||||
#endif
|
||||
#ifdef WITH_SSL
|
||||
case CONTENT_MSG_SSL:
|
||||
#endif
|
||||
/* todo: handle AUTH and SSL */
|
||||
case CONTENT_MSG_ERROR:
|
||||
c->data.css.import_content[i] = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user