Mailing List Archive

svn commit: rev 20522 - incubator/spamassassin/trunk/spamc
Author: mss
Date: Thu May 27 16:00:45 2004
New Revision: 20522

Modified:
incubator/spamassassin/trunk/spamc/spamc.c
Log:
ANSI comment :)


Modified: incubator/spamassassin/trunk/spamc/spamc.c
==============================================================================
--- incubator/spamassassin/trunk/spamc/spamc.c (original)
+++ incubator/spamassassin/trunk/spamc/spamc.c Thu May 27 16:00:45 2004
@@ -501,7 +501,7 @@
m.priv = NULL;
m.max_len = max_size;
m.timeout = timeout;
- m.is_spam = EX_NOHOST; // default err code if can't reach the daemon
+ m.is_spam = EX_NOHOST; /* default err code if can't reach the daemon */
#ifdef _WIN32
setmode(STDIN_FILENO, O_BINARY);
setmode(STDOUT_FILENO, O_BINARY);