obsdfreqd: fix a warning

This commit is contained in:
Solene Rapenne 2022-03-16 19:40:07 +01:00
parent 3b010eaaf6
commit 0119fb2b17

2
main.c
View File

@ -12,7 +12,7 @@
/* define the policy to auto or manual */ /* define the policy to auto or manual */
void set_policy(const char* policy) { void set_policy(char* policy) {
int mib[2]; int mib[2];
size_t len; size_t len;