diff --git a/log.c b/log.c index 9de26fb..5bdda18 100644 --- a/log.c +++ b/log.c @@ -17,7 +17,7 @@ void -cstuff_log_init(CStuffLog self, uint8_t level) +cstuff_log_init(CStuffLog self, int level) { self->target = stderr; self->level = level;