summaryrefslogtreecommitdiff
path: root/src/analysis/db/collection.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/analysis/db/collection.c')
-rw-r--r--src/analysis/db/collection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/analysis/db/collection.c b/src/analysis/db/collection.c
index 09d9c90..afb5b28 100644
--- a/src/analysis/db/collection.c
+++ b/src/analysis/db/collection.c
@@ -527,7 +527,7 @@ GDbItem *g_db_collection_has_key(GDbCollection *collec, ...)
va_start(ap, collec);
- result = G_DB_COLLECTION_GET_CLASS(collec)->has_key(collec, &ap);
+ result = G_DB_COLLECTION_GET_CLASS(collec)->has_key(collec, ap);
va_end(ap);