Fix solaris and BSD/OS build bustage

This commit is contained in:
bzbarsky%mit.edu 2003-01-11 21:25:57 +00:00
parent 3afe1118bb
commit f3cea2b0e3

View File

@ -308,9 +308,9 @@ nsUnknownDecoder::nsSnifferEntry nsUnknownDecoder::sSnifferEntries[] = {
// some sort... "Scripts" can include arbitrary data to be passed
// to an interpreter, so we need to decide whether we can call this
// text or whether it's data.
SNIFFER_ENTRY_WITH_FUNC("#!", &LastDitchSniff),
SNIFFER_ENTRY_WITH_FUNC("#!", &nsUnknownDecoder::LastDitchSniff),
SNIFFER_ENTRY_WITH_FUNC("<?xml", &SniffForXML)
SNIFFER_ENTRY_WITH_FUNC("<?xml", &nsUnknownDecoder::SniffForXML)
};
PRUint32 nsUnknownDecoder::sSnifferEntryNum =