You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by ms...@apache.org on 2004/02/14 02:06:11 UTC

svn commit: rev 6646 - incubator/spamassassin/trunk/spamc

Author: mss
Date: Fri Feb 13 17:06:10 2004
New Revision: 6646

Modified:
   incubator/spamassassin/trunk/spamc/spamc.c
Log:
Two more typos which I didn't see.


Modified: incubator/spamassassin/trunk/spamc/spamc.c
==============================================================================
--- incubator/spamassassin/trunk/spamc/spamc.c	(original)
+++ incubator/spamassassin/trunk/spamc/spamc.c	Fri Feb 13 17:06:10 2004
@@ -100,7 +100,7 @@
     printf("  -h                  Print this help message and exit.\n");
     printf("  -H                  Randomize IP addresses for the looked-up hostname.\n");
     printf("  -p port             Specify port for connection to spamd.\n"
-           "                      [default: 783\n");
+           "                      [default: 783]\n");
     printf("  -r                  Print full report for messages identified as spam.\n");
     printf("  -R                  Print full report for all messages.\n");
     printf("  -s size             Specify maximum message size, in bytes.\n"
@@ -232,7 +232,8 @@
                 break;
             }
             
-            case '?':{
+            case '?':
+            {
                 syslog(LOG_ERR, "invalid usage");
                 /* NOTE: falls through to usage case below... */
             }