syntax error fix
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Fri, 30 Dec 1994 00:20:09 +0000 (16:20 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Fri, 30 Dec 1994 00:20:09 +0000 (16:20 -0800)
SCCS-vsn: usr.sbin/sendmail/src/readcf.c 8.56

usr/src/usr.sbin/sendmail/src/readcf.c

index d1f9f8f..cc50d95 100644 (file)
@@ -7,7 +7,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)readcf.c   8.55 (Berkeley) %G%";
+static char sccsid[] = "@(#)readcf.c   8.56 (Berkeley) %G%";
 #endif /* not lint */
 
 # include "sendmail.h"
 #endif /* not lint */
 
 # include "sendmail.h"
@@ -1212,7 +1212,7 @@ struct optioninfo
        "TimeFactor",           'Z',            FALSE,
 #define O_BSP          0x80
        "BrokenSmtpPeers",      O_BSP,          TRUE,
        "TimeFactor",           'Z',            FALSE,
 #define O_BSP          0x80
        "BrokenSmtpPeers",      O_BSP,          TRUE,
-#define O_QUEUESORTORD,        0x81
+#define O_QUEUESORTORD 0x81
        "QueueSortOrder",       O_QUEUESORTORD, TRUE,
 #define O_DNICE                0x82
        "DeliveryNiceness",     O_DNICE,        TRUE,
        "QueueSortOrder",       O_QUEUESORTORD, TRUE,
 #define O_DNICE                0x82
        "DeliveryNiceness",     O_DNICE,        TRUE,