Correct definitions

This commit is contained in:
Ilja Kartašov 2019-06-24 07:40:41 +02:00
parent 35c8b96967
commit cf2535c9e5
1 changed files with 1 additions and 1 deletions

2
log.c
View File

@ -17,7 +17,7 @@
void void
cstuff_log_init(CStuffLog self, uint8_t level) cstuff_log_init(CStuffLog self, int level)
{ {
self->target = stderr; self->target = stderr;
self->level = level; self->level = level;