From ee5dde159b63535805f93e0ba622a7b6e074b1b4 Mon Sep 17 00:00:00 2001 From: "hyunghwan.chung" Date: Thu, 8 Feb 2018 09:07:26 +0000 Subject: [PATCH] changed a type name in lib/exec.c --- moo/lib/exec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moo/lib/exec.c b/moo/lib/exec.c index 1754706..a28e062 100644 --- a/moo/lib/exec.c +++ b/moo/lib/exec.c @@ -34,7 +34,7 @@ static MOO_INLINE const char* proc_state_to_string (int state) { - static const char* str[] = + static const moo_bch_t* str[] = { "TERMINATED", "SUSPENDED",