diff --git a/config.h b/config.h index 1b9f738..0f1f544 100644 --- a/config.h +++ b/config.h @@ -16,7 +16,7 @@ static int borderpx = 2; * * Example array for numuserfeats = 3: {"ss02", "ss08", "onum"} */ -static int numuserfeats = 0; +static size_t numuserfeats = 0; static char *userfeats[] = {}; /*