summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gvdb-reader.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/gvdb-reader.c b/gvdb-reader.c
index ccae40e..2dbb5b4 100644
--- a/gvdb-reader.c
+++ b/gvdb-reader.c
@@ -351,10 +351,10 @@ gvdb_table_get_names (GvdbTable *table,
gsize *length)
{
gchar **names;
- gint n_names;
- gint filled;
- gint total;
- gint i;
+ guint n_names;
+ guint filled;
+ guint total;
+ guint i;
/* We generally proceed by iterating over the list of items in the
* hash table (in order of appearance) recording them into an array.