remove trailing text after #endif's

This commit is contained in:
alecf%netscape.com 1999-02-23 01:42:32 +00:00
Родитель c6b9d0bd61
Коммит 55d9a567b1
2 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

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

Просмотреть файл

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