Skip to content
Snippets Groups Projects
Commit 264dc2a8 authored by dcashman's avatar dcashman
Browse files

resolved conflicts for merge of 598b87c2 to lmp-mr1-dev-plus-aosp

Change-Id: If652f7e81a2589647a7d0d697b2130f8bf32c513
parents a07db539 598b87c2
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,9 @@ int main(int argc, char **argv)
char *policy;
struct policy_file pf;
policydb_t policydb;
int rc, i;
int rc;
int i;
if (argc < 3)
usage(argv[0]);
policy = argv[1];
......@@ -55,7 +57,5 @@ int main(int argc, char **argv)
}
}
usage(argv[0]);
// will never be called due to exit() call in usage
exit(1);
exit(0);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment