From 0d3c6c65eda1b8377692c64766cab1f71c31412b Mon Sep 17 00:00:00 2001 From: "sspitzer%netscape.com" Date: Fri, 21 Apr 2000 02:04:53 +0000 Subject: [PATCH] no newline at the end of the file. this will hork some compilers --- mailnews/news/src/nsNntpIncomingServer.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mailnews/news/src/nsNntpIncomingServer.cpp b/mailnews/news/src/nsNntpIncomingServer.cpp index 177418f07fe..1be75f6866c 100644 --- a/mailnews/news/src/nsNntpIncomingServer.cpp +++ b/mailnews/news/src/nsNntpIncomingServer.cpp @@ -826,4 +826,5 @@ nsNntpIncomingServer::SubscribeToNewsgroup(const char *name) if (NS_FAILED(rv)) return rv; return NS_OK; -} \ No newline at end of file +} +