remove trailing text after #endif's

This commit is contained in:
alecf%netscape.com 1999-02-23 01:42:32 +00:00
parent c6607f3843
commit 364c327e02
2 changed files with 3 additions and 2 deletions

View File

@ -30,4 +30,4 @@
extern nsresult NS_NewMsgCompose(nsIMsgCompose** aInstancePtrResult);
#endif _MsgComposeFact_H_
#endif

View File

@ -30,4 +30,5 @@
extern nsresult NS_NewMsgSend(nsIMsgSend** aInstancePtrResult);
#endif _MsgSendFact_H_
#endif