summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2013-10-09 12:53:12 -0400
committerColin Walters <walters@verbum.org>2013-10-09 12:53:12 -0400
commitc62141004abcb5591b5395efd232f89a2aa269bb (patch)
treee538e3a134f1d559cdd6b7f53517b849dcdb5b02
parent270812419004ab5a9fffa4598c4accf13aec7234 (diff)
downloadostree-c62141004abcb5591b5395efd232f89a2aa269bb.tar.gz
libostree: Fix an introspection scanner warning
-rw-r--r--src/libostree/ostree-deployment.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libostree/ostree-deployment.h b/src/libostree/ostree-deployment.h
index a96a00a1..daaa90d1 100644
--- a/src/libostree/ostree-deployment.h
+++ b/src/libostree/ostree-deployment.h
@@ -33,7 +33,7 @@ typedef struct _OstreeDeployment OstreeDeployment;
GType ostree_deployment_get_type (void) G_GNUC_CONST;
guint ostree_deployment_hash (gconstpointer v);
-gboolean ostree_deployment_equal (gconstpointer a, gconstpointer b);
+gboolean ostree_deployment_equal (gconstpointer ap, gconstpointer bp);
OstreeDeployment * ostree_deployment_new (int index,
const char *osname,