diff options
-rw-r--r-- | fetchmail.c | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/fetchmail.c b/fetchmail.c index 0c504bd8..55fd84cb 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -1076,12 +1076,11 @@ static int load_params(int argc, char **argv, int optind) #else (atoi(++cp) == SMTP_PORT)) #endif /* INET6 */ - { - (void) fprintf(stderr, - "%s configuration invalid, LMTP can't use default SMTP port\n", - ctl->server.pollname); - exit(PS_SYNTAX); - } + { + (void) fprintf(stderr, + "%s configuration invalid, LMTP can't use default SMTP port\n", + ctl->server.pollname); + exit(PS_SYNTAX); } } } |