Removed excess comma in usage fprint statement. Fixes #769
[exim.git] / src / src / exim.c
index 2da43ff8855378068c83df84166265956c7bfbb5..b078c6000dab435574bc06bf308aa30e630cfc0a 100644 (file)
@@ -1,4 +1,4 @@
-/* $Cambridge: exim/src/src/exim.c,v 1.59 2007/09/28 12:21:57 tom Exp $ */
+/* $Cambridge: exim/src/src/exim.c,v 1.61 2008/10/12 09:58:13 nm4 Exp $ */
 
 /*************************************************
 *     Exim - an Internet mail transport agent    *
@@ -923,6 +923,9 @@ fprintf(f, "Support for:");
 #ifdef EXPERIMENTAL_DKIM
   fprintf(f, " Experimental_DKIM");
 #endif
+#ifdef EXPERIMENTAL_DCC
+  fprintf(f, " Experimental_DCC");
+#endif
 fprintf(f, "\n");
 
 fprintf(f, "Lookups:");
@@ -1256,7 +1259,7 @@ exim_usage(uschar *progname)
 if (Ustrcmp(progname, US"-mailq") == 0)
   {
   fprintf(stderr,
-    "mailq - list the contents of the mail queue\n\n",
+    "mailq - list the contents of the mail queue\n\n"
     "For a list of options, see the Exim documentation.\n");
   exit(EXIT_FAILURE);
   }