Fix the small NetSurf build.

svn path=/trunk/netsurf/; revision=2714
This commit is contained in:
Richard Wilson 2006-07-04 23:43:49 +00:00
parent 59b7ce9194
commit 307ae1c40c

View File

@ -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;