diff --git a/src/logging.c b/src/logging.c index f0d44ab..c4ea46c 100644 --- a/src/logging.c +++ b/src/logging.c @@ -159,10 +159,10 @@ struct UCLogDestination *uc_log_new_stderr(int log_level, int log_location) return NULL; } - dest->dest_type = UC_LDEST_STDERR; - dest->type.file.file = stderr; - dest->log_level = log_level;; - dest->log_location = log_location; + dest->dest_type = UC_LDEST_STDERR; + dest->type.file.file = stderr; + dest->log_level = log_level;; + dest->log_location = log_location; return dest; }