add new line to end of file for HPUX

This commit is contained in:
sspitzer%netscape.com 2002-10-09 07:34:38 +00:00
parent 52b427ec48
commit 0397f3522f

View File

@ -430,4 +430,5 @@ NS_IMETHODIMP nsSpamSettings::LogJunkHit(nsIMsgDBHdr *aMsgHdr, PRBool aMoveMessa
NS_ENSURE_SUCCESS(rv,rv);
NS_ASSERTION(writeCount == LOG_ENTRY_END_TAG_LEN, "failed to write out end log tag");
return NS_OK;
}
}