diff options
-rw-r--r-- | src/lanes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lanes.c b/src/lanes.c index e5a2987..c46130f 100644 --- a/src/lanes.c +++ b/src/lanes.c | |||
@@ -1656,7 +1656,7 @@ LUAG_FUNC( thread_cancel) | |||
1656 | // / "error" finished at an error, error value is there | 1656 | // / "error" finished at an error, error value is there |
1657 | // / "cancelled" execution cancelled by M (state gone) | 1657 | // / "cancelled" execution cancelled by M (state gone) |
1658 | // | 1658 | // |
1659 | static char const * const thread_status_string( struct s_lane *s) | 1659 | static char const * thread_status_string( struct s_lane *s) |
1660 | { | 1660 | { |
1661 | enum e_status st = s->status; // read just once (volatile) | 1661 | enum e_status st = s->status; // read just once (volatile) |
1662 | char const * str; | 1662 | char const * str; |