mirror of
https://github.com/LukeSmithxyz/st.git
synced 2025-04-04 18:41:08 +02:00
Count userfeats with size_t
This commit is contained in:
parent
35a662dbdc
commit
c0043e6d53
1 changed files with 1 additions and 1 deletions
2
config.h
2
config.h
|
@ -16,7 +16,7 @@ static int borderpx = 2;
|
||||||
*
|
*
|
||||||
* Example array for numuserfeats = 3: {"ss02", "ss08", "onum"}
|
* Example array for numuserfeats = 3: {"ss02", "ss08", "onum"}
|
||||||
*/
|
*/
|
||||||
static int numuserfeats = 0;
|
static size_t numuserfeats = 0;
|
||||||
static char *userfeats[] = {};
|
static char *userfeats[] = {};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Reference in a new issue