1
0
mirror of https://git.kore.io/kore.git synced 2024-11-11 04:39:00 +01:00

fix comment

This commit is contained in:
Joris Vink 2018-10-16 13:17:44 +02:00
parent 29202d7330
commit 300daeadef

View File

@ -226,7 +226,7 @@ kore_python_coro_delete(void *obj)
kore_pool_put(&coro_pool, coro); kore_pool_put(&coro_pool, coro);
} }
/* XXX - Fix this (show error type + traceback. */ /* XXX - Fix this (show error type + traceback). */
void void
kore_python_log_error(const char *function) kore_python_log_error(const char *function)
{ {