aboutsummaryrefslogtreecommitdiffstats
path: root/src/util.c
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@rambler-co.ru>2010-11-03 17:21:12 +0300
committerVsevolod Stakhov <vsevolod@rambler-co.ru>2010-11-03 17:21:12 +0300
commite3d3e31606aa9a6635af0434797fc2fe842a6a6a (patch)
tree7965e393f965f85bdc79a87817826369714ad85b /src/util.c
parent1c7458522170627a9988a3472c1f7d19612d5feb (diff)
downloadrspamd-e3d3e31606aa9a6635af0434797fc2fe842a6a6a.tar.gz
rspamd-e3d3e31606aa9a6635af0434797fc2fe842a6a6a.zip
Urgent fixes.
Diffstat (limited to 'src/util.c')
-rw-r--r--src/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.c b/src/util.c
index df0e444c3..eb1b77e0c 100644
--- a/src/util.c
+++ b/src/util.c
@@ -1551,7 +1551,7 @@ rspamd_sprintf_num (gchar *buf, gchar *last, guint64 ui64, gchar zero,
return ((gchar *)memcpy (buf, p, len)) + len;
}
-#if ((GLIB_MAJOR_VERSION == 2) && (GLIB_MICRO_VERSION == 2) && (GLIB_MINOR_VERSION < 22))
+#if ((GLIB_MAJOR_VERSION == 2) && (GLIB_MINOR_VERSION < 22))
void
g_ptr_array_unref (GPtrArray *array)
{