From 03ac082dcb375b6f3ca3d810a6a6367542bc23ce Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 15 Jul 2002 10:35:28 +0000 Subject: updated the 3.0 branch from the head branch - ready for alpha18 --- source/include/local.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/include/local.h') diff --git a/source/include/local.h b/source/include/local.h index 1ecd63738ec..24f3fa77246 100644 --- a/source/include/local.h +++ b/source/include/local.h @@ -77,7 +77,7 @@ #define MAX_PASS_LEN 200 /* separators for lists */ -#define LIST_SEP " \t,;:\n\r" +#define LIST_SEP " \t,;\n\r" /* wchar separators for lists */ #define LIST_SEP_W wchar_list_sep -- cgit