Correct definitions

This commit is contained in:
Ilja Kartašov 2019-06-24 07:40:41 +02:00
vanhempi 35c8b96967
commit cf2535c9e5
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa

2
log.c
Näytä tiedosto

@ -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;