From 5197db2b3dc7a6182d7f3086bc32ce674bf8e8bf Mon Sep 17 00:00:00 2001 From: Nicholas Nethercote Date: Fri, 31 Jul 2009 05:19:29 +0000 Subject: [PATCH] Fix compile error. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10672 --- coregrind/m_aspacemgr/aspacemgr-linux.c | 1 - 1 file changed, 1 deletion(-) diff --git a/coregrind/m_aspacemgr/aspacemgr-linux.c b/coregrind/m_aspacemgr/aspacemgr-linux.c index 428e1fef91..8580b19e05 100644 --- a/coregrind/m_aspacemgr/aspacemgr-linux.c +++ b/coregrind/m_aspacemgr/aspacemgr-linux.c @@ -1036,7 +1036,6 @@ static void sync_check_gap_callback ( Addr addr, SizeT len ) VG_(debugLog)(0,"aspacem", " : .... %010llx-%010llx %s", (ULong)start, (ULong)end, len_buf); - } return; } } -- 2.47.3