Correct definitions

This commit is contained in:
2019-06-24 07:40:41 +02:00
parent 35c8b96967
commit cf2535c9e5
+1 -1
View File
@@ -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;