summaryrefslogtreecommitdiffstats
path: root/src/pacman/conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pacman/conf.c')
-rw-r--r--src/pacman/conf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pacman/conf.c b/src/pacman/conf.c
index 02de1f0d..5450f3b3 100644
--- a/src/pacman/conf.c
+++ b/src/pacman/conf.c
@@ -746,8 +746,8 @@ struct section_t {
int is_options;
int parse_options;
/* db section option gathering */
- alpm_siglevel_t siglevel;
alpm_list_t *servers;
+ alpm_siglevel_t siglevel;
alpm_db_usage_t usage;
};