aboutsummaryrefslogtreecommitdiff
path: root/src/application-service-appstore.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/application-service-appstore.c')
-rw-r--r--src/application-service-appstore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/application-service-appstore.c b/src/application-service-appstore.c
index da5b859..e11883f 100644
--- a/src/application-service-appstore.c
+++ b/src/application-service-appstore.c
@@ -409,7 +409,7 @@ load_override_file (GHashTable * hash, const gchar * filename)
return;
}
- gchar * key = keys[0];
+ gchar * key;
gint i;
for (i = 0; (key = keys[i]) != NULL; i++) {