From 1fef96e2031952fccc4cf9ed189b50fec9360a06 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sun, 22 May 2011 21:28:58 +0200 Subject: assorted cleanups, memory leak fix (g_list_free in add_basics_to_problem_data) Signed-off-by: Denys Vlasenko --- src/include/report/report.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/include') diff --git a/src/include/report/report.h b/src/include/report/report.h index f57d5277..e441875b 100644 --- a/src/include/report/report.h +++ b/src/include/report/report.h @@ -22,8 +22,8 @@ #include "problem_data.h" enum { - NOWAIT = 0, - WAIT = (1 << 0), /* wait for report to finish and reload the problem data */ + LIBREPORT_NOWAIT = 0, + LIBREPORT_WAIT = (1 << 0), /* wait for report to finish and reload the problem data */ }; -- cgit