diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/log.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -87,7 +87,7 @@ void truncate_log_file (void) if (ftruncate (log_file_fd, 0) != 0) { log_message (LOG_WARNING, "Unable to truncate log file to zero length"); - } + } } /* |