obsdfreqd: fix a warning

This commit is contained in:
Solene Rapenne 2022-03-16 19:40:07 +01:00
parent 3b010eaaf6
commit 0119fb2b17
1 changed files with 1 additions and 1 deletions

2
main.c
View File

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