summaryrefslogtreecommitdiff
path: root/src/map/pc_groups.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/pc_groups.c')
-rw-r--r--src/map/pc_groups.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/pc_groups.c b/src/map/pc_groups.c
index c6713fedf..a2bf5f0c5 100644
--- a/src/map/pc_groups.c
+++ b/src/map/pc_groups.c
@@ -96,7 +96,7 @@ static void read_config(void)
return;
groups = config_lookup(&pc_group_config, "groups");
-
+
if (groups != NULL) {
GroupSettings *group_settings = NULL;
DBIterator *iter = NULL;