Miscellaneous code cleanup and typo fixes

This commit is contained in:
Ian Barwick
2016-07-28 16:32:07 +09:00
parent a6998fe0f9
commit 7bbc664230
4 changed files with 3 additions and 12 deletions

2
log.c
View File

@@ -142,7 +142,7 @@ log_verbose(int level, const char *fmt, ...)
bool
logger_init(t_configuration_options * opts, const char *ident)
logger_init(t_configuration_options *opts, const char *ident)
{
char *level = opts->loglevel;
char *facility = opts->logfacility;