diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-10-19 18:53:39 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-10-19 18:53:39 +0100 |
commit | d181d0c46e680e6952b1b8eabf31f798efc39065 (patch) | |
tree | fd51ab1b8f6da88a504cfd36297ffd51fbf997eb /contrib/libucl/ucl_internal.h | |
parent | c754796783ff1214d9c19c59082f52d67125e51b (diff) | |
download | rspamd-d181d0c46e680e6952b1b8eabf31f798efc39065.tar.gz rspamd-d181d0c46e680e6952b1b8eabf31f798efc39065.zip |
Merge from libucl.
Diffstat (limited to 'contrib/libucl/ucl_internal.h')
-rw-r--r-- | contrib/libucl/ucl_internal.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/libucl/ucl_internal.h b/contrib/libucl/ucl_internal.h index da7df1270..31d6b1361 100644 --- a/contrib/libucl/ucl_internal.h +++ b/contrib/libucl/ucl_internal.h @@ -309,7 +309,6 @@ __attribute__ (( format( printf, 2, 3) )); static inline void ucl_create_err (UT_string **err, const char *fmt, ...) - { if (*err == NULL) { utstring_new (*err); |