mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-14 18:51:28 +00:00
fix ports build bustage
This commit is contained in:
parent
09e06d36ae
commit
7e3dfba80c
@ -455,7 +455,7 @@ NS_IMETHODIMP nsSpamSettings::SetServerFilterName(const nsACString &aFilterName)
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
NS_IMPL_GETSET(nsSpamSettings, ServerFilterTrustFlags, PRBool, mServerFilterTrustFlags);
|
||||
NS_IMPL_GETSET(nsSpamSettings, ServerFilterTrustFlags, PRBool, mServerFilterTrustFlags)
|
||||
|
||||
#define LOG_ENTRY_START_TAG "<p>\n"
|
||||
#define LOG_ENTRY_START_TAG_LEN (strlen(LOG_ENTRY_START_TAG))
|
||||
|
Loading…
Reference in New Issue
Block a user