1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/mail/vmailmgr/files/patch-commands:vchforwards.cc
Alexander Leidinger 83d7454729 Fix build with gcc 3.x.
Noticed by:		kris/amd64 build
Approved by:		maintainer
Build tested on:	ia32
2004-02-02 14:17:24 +00:00

13 lines
495 B
C++

--- commands/vchforwards.cc.orig Mon Feb 2 14:58:55 2004
+++ commands/vchforwards.cc Mon Feb 2 14:59:29 2004
@@ -25,8 +25,7 @@
const char* cli_help_prefix =
"Change virtual user forwarding addresses.\n";
const char* cli_help_suffix =
-"If no forwarding addresses are given, forwarding is disabled.
-";
+"If no forwarding addresses are given, forwarding is disabled.\n";
const char* cli_args_usage = "USERNAME [DESTINATION1 ...]";
const int cli_args_min = 1;
const int cli_args_max = -1;