From a0f41f7c5712e73e8aa521f2064bc53be3315d0a Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Mon, 14 Sep 2009 19:11:19 +0400 Subject: * New system of classifiers interface and statfiles processing * Fix sample config * Fix compile warnings * Fix building without lua support * Fix bugs with nrcpt header parsing and symbols cache loading (by Anton Nekhoroshikh) --- utils/expression_parser.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'utils') diff --git a/utils/expression_parser.c b/utils/expression_parser.c index 4f37ec923..38b52934f 100644 --- a/utils/expression_parser.c +++ b/utils/expression_parser.c @@ -49,4 +49,6 @@ main (int argc, char **argv) } memory_pool_delete (pool); + + return 0; } -- cgit v1.2.3