From 3eab02b392e0c021b90d197c5fe566adc8672f0c Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Sat, 8 Feb 2003 16:08:57 +0200 Subject: [PATCH] There's no space before "* OK" --HG-- branch : HEAD --- src/imap/rawlog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/imap/rawlog.c b/src/imap/rawlog.c index a7bb79936d..69c785f27e 100644 --- a/src/imap/rawlog.c +++ b/src/imap/rawlog.c @@ -17,7 +17,7 @@ #include #define TIMESTAMP_WAIT_TIME 5 -#define TIMESTAMP_FORMAT " * OK [RAWLOG TIMESTAMP] %Y-%m-%d %H:%M:%S\n" +#define TIMESTAMP_FORMAT "* OK [RAWLOG TIMESTAMP] %Y-%m-%d %H:%M:%S\n" static struct ioloop *ioloop; static int client_in, client_out, imap_in, imap_out; -- 2.47.3