From c62141004abcb5591b5395efd232f89a2aa269bb Mon Sep 17 00:00:00 2001
From: Colin Walters <walters@verbum.org>
Date: Wed, 9 Oct 2013 12:53:12 -0400
Subject: [PATCH] libostree: Fix an introspection scanner warning

---
 src/libostree/ostree-deployment.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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,