Commit d6cda9df authored by Pierre-Hugues Husson's avatar Pierre-Hugues Husson

getopt_long returns int not ch

parent ca7d09d1
......@@ -352,7 +352,7 @@ int main(int argc, char **argv)
policydb_t policydb;
struct policy_file pf, outpf;
sidtab_t sidtab;
char ch;
int ch;
FILE *fp;
int permissive_value = 0, noaudit = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment