summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKalev Lember <klember@redhat.com>2018-09-25 10:34:11 +0200
committerKalev Lember <klember@redhat.com>2018-09-25 10:34:38 +0200
commite5c920b28e165818099ea96621c3bde3ea1674ff (patch)
tree55db94774a17de9ea2b4981c6bdfb6960b7d38c9
parentbdbe8f280c4a7ae3bf7ed21fe5a56eb7fb6007eb (diff)
pk-command-not-found: trivial: Fix a compiler warning
-rw-r--r--contrib/command-not-found/pk-command-not-found.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/command-not-found/pk-command-not-found.c b/contrib/command-not-found/pk-command-not-found.c
index 75267b45a..edb2e8c47 100644
--- a/contrib/command-not-found/pk-command-not-found.c
+++ b/contrib/command-not-found/pk-command-not-found.c
@@ -535,6 +535,7 @@ out:
return package_ids;
}
+static PkCnfPolicy
pk_cnf_get_policy_from_string (const gchar *policy_text)
{
if (policy_text == NULL)