changed a type name in lib/exec.c
This commit is contained in:
parent
81a7c9fc82
commit
ee5dde159b
@ -34,7 +34,7 @@
|
|||||||
|
|
||||||
static MOO_INLINE const char* proc_state_to_string (int state)
|
static MOO_INLINE const char* proc_state_to_string (int state)
|
||||||
{
|
{
|
||||||
static const char* str[] =
|
static const moo_bch_t* str[] =
|
||||||
{
|
{
|
||||||
"TERMINATED",
|
"TERMINATED",
|
||||||
"SUSPENDED",
|
"SUSPENDED",
|
||||||
|
Loading…
Reference in New Issue
Block a user