aboutsummaryrefslogtreecommitdiff
path: root/src/rc/rc-logger.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rc/rc-logger.c')
-rw-r--r--src/rc/rc-logger.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rc/rc-logger.c b/src/rc/rc-logger.c
index 0d9c514c..46093433 100644
--- a/src/rc/rc-logger.c
+++ b/src/rc/rc-logger.c
@@ -4,7 +4,7 @@
them to a buffer and/or files.
*/
-/*
+/*
* Copyright 2007 Roy Marples
* All rights reserved
@@ -227,7 +227,7 @@ void rc_logger_open (const char *level)
}
}
free (buffer);
- if (logbuf) {
+ if (logbuf) {
if ((log = fopen (LOGFILE, "a"))) {
write_time (log, "started");
write_log (fileno (log), logbuf, logbuf_len);