summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTillmann Karras <tilkax@gmail.com>2013-11-27 06:47:34 +0100
committerTillmann Karras <tilkax@gmail.com>2013-11-27 06:47:34 +0100
commita253e33c0c8b170bb78860533e06249ffaeea429 (patch)
tree1fe98251244da4376c0d4283ad69895f1e048533
parentcfed99e7968f704ec4c1b36671ab0a4211e61c37 (diff)
The OCD is strong with this one.
-rw-r--r--src/uit_userlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uit_userlist.c b/src/uit_userlist.c
index 65b6f59..82051fe 100644
--- a/src/uit_userlist.c
+++ b/src/uit_userlist.c
@@ -111,7 +111,7 @@ ui_tab_t *uit_userlist_create(hub_t *hub) {
#ifdef USE_GEOIP
// init these when the first userlist tab is opened
- if (!geoip4) {
+ if(!geoip4) {
geoip4 = GeoIP_open_type(GEOIP_COUNTRY_EDITION, GEOIP_MEMORY_CACHE);
geoip6 = GeoIP_open_type(GEOIP_COUNTRY_EDITION_V6, GEOIP_MEMORY_CACHE);
}