process: 128

ASCII 'Z' is 90...
This commit is contained in:
Alastair Poole 2021-03-03 14:44:40 +00:00
parent 677817bada
commit 70188d59d7
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ proc_info_kthreads_show_get(void)
return _show_kthreads;
}
static const char * _states[255];
static const char * _states[128];
static void
_states_init(void)