diff options
author | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2010-11-03 17:21:12 +0300 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2010-11-03 17:21:12 +0300 |
commit | e3d3e31606aa9a6635af0434797fc2fe842a6a6a (patch) | |
tree | 7965e393f965f85bdc79a87817826369714ad85b /src/util.h | |
parent | 1c7458522170627a9988a3472c1f7d19612d5feb (diff) | |
download | rspamd-e3d3e31606aa9a6635af0434797fc2fe842a6a6a.tar.gz rspamd-e3d3e31606aa9a6635af0434797fc2fe842a6a6a.zip |
Urgent fixes.
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.h b/src/util.h index de5df239a..f5ce840be 100644 --- a/src/util.h +++ b/src/util.h @@ -87,7 +87,7 @@ stat_file_t* get_statfile_by_symbol (statfile_pool_t *pool, struct classifier_co const gchar *symbol, struct statfile **st, gboolean try_create); #endif -#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); #endif /* |