From 7d5a6d44e47c8c64ae0a3357cffef9c5ae884565 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Tue, 25 Aug 2009 13:55:12 +0400 Subject: [PATCH] * Misprint in macro name --- src/util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util.c b/src/util.c index 585aa5cb8..5fe99d051 100644 --- a/src/util.c +++ b/src/util.c @@ -912,7 +912,7 @@ rspamd_strcase_hash (gconstpointer key) void gperf_profiler_init (struct config_file *cfg, const char *descr) { -#if defined(WITH_GPERF_TOOLS) && defined(MAIN_RSPAMD) +#if defined(WITH_GPERF_TOOLS) && defined(RSPAMD_MAIN) char prof_path[PATH_MAX]; if (getenv("CPUPROFILE")) { -- 2.39.5