summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Untz <vuntz@suse.com>2012-10-03 18:37:14 +0200
committerVincent Untz <vuntz@suse.com>2012-10-04 11:05:50 +0200
commit2596bb7c4d4c9da54dd0bf16b115b979c1445608 (patch)
treeb2c9ed3e8ad571bf506a10958ad8f96afa35ed2b
parent81de3c0630dd9e38a4b36679f751c9cca7219ed1 (diff)
Fix compiler warning
-rw-r--r--src/cups-pk-helper-mechanism.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cups-pk-helper-mechanism.c b/src/cups-pk-helper-mechanism.c
index 9590048..d456499 100644
--- a/src/cups-pk-helper-mechanism.c
+++ b/src/cups-pk-helper-mechanism.c
@@ -66,7 +66,7 @@ static const GDBusErrorEntry cph_error_entries[] =
GQuark
cph_mechanism_error_quark (void)
{
- static GQuark ret = 0;
+ static gsize ret = 0;
if (ret == 0) {
g_assert (CPH_MECHANISM_NUM_ERRORS == G_N_ELEMENTS (cph_error_entries));