[gcr] Fix compilation if valgrind support is completely disabled
- From: Laurent Bigonville <lbigon src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gcr] Fix compilation if valgrind support is completely disabled
- Date: Mon, 16 Dec 2013 19:05:14 +0000 (UTC)
commit 8dbf7d46daa7516319da1862687d47b82fbd3098
Author: Laurent Bigonville <bigon bigon be>
Date: Fri Jun 21 15:19:10 2013 +0200
Fix compilation if valgrind support is completely disabled
https://bugzilla.gnome.org/show_bug.cgi?id=702648
egg/egg-testing.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/egg/egg-testing.c b/egg/egg-testing.c
index 805a972..f581bfe 100644
--- a/egg/egg-testing.c
+++ b/egg/egg-testing.c
@@ -48,7 +48,7 @@ egg_testing_on_valgrind (void)
#ifdef WITH_VALGRIND
return RUNNING_ON_VALGRIND;
#else
- return FALSE
+ return FALSE;
#endif
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]