From 2cc4be71c43ac43764bc3d4cd1ad1dd3b62b94f7 Mon Sep 17 00:00:00 2001 From: Tim Ruehsen Date: Sun, 30 Mar 2014 12:06:16 +0200 Subject: [PATCH] removed incomplete and unneeded initialization of _builtin_psl --- src/psl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/psl.c b/src/psl.c index 5b10d23..0aaf374 100644 --- a/src/psl.c +++ b/src/psl.c @@ -82,7 +82,7 @@ struct _psl_ctx_st { // references to this PSL will result in lookups to built-in data static const psl_ctx_t - _builtin_psl = { .suffixes = NULL, .suffix_exceptions = NULL, }; + _builtin_psl; static _psl_vector_t *_vector_alloc(int max, int (*cmp)(const _psl_entry_t *, const _psl_entry_t *)) {