From f325cfac877cba6e558b84616e80c3193fda3e7c Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Wed, 9 Dec 2009 16:05:02 +0000 Subject: [PATCH] fix typo in last commit --- logging.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logging.c b/logging.c index 5eba3c436..6c17e49fa 100644 --- a/logging.c +++ b/logging.c @@ -122,7 +122,7 @@ mysyslog(pri, fmt, va_alist) } #define FMT_FIRST "%8s : %s" -#define FMT_CONTD "%8s : (command continued) %s"; +#define FMT_CONTD "%8s : (command continued) %s" /* * Log a message to syslog, pre-pending the username and splitting the