From 1421f70e9abc758b976bd89020bcbfa4be3964ae Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Fri, 19 Jul 2013 15:08:58 +0000 Subject: - Fix coverity 10602 --- src/regex/plugin_block_regex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/regex/plugin_block_regex.c') diff --git a/src/regex/plugin_block_regex.c b/src/regex/plugin_block_regex.c index d8312a1a06..317f65d8da 100644 --- a/src/regex/plugin_block_regex.c +++ b/src/regex/plugin_block_regex.c @@ -290,7 +290,7 @@ block_plugin_regex_get_key (void *cls, enum GNUNET_BLOCK_Type type, } return GNUNET_OK; case GNUNET_BLOCK_TYPE_REGEX_ACCEPT: - if (sizeof (struct RegexAcceptBlock) != block_size); + if (sizeof (struct RegexAcceptBlock) != block_size) { GNUNET_break_op (0); return GNUNET_NO; -- cgit v1.2.3-70-g09d2