|
From: <sv...@va...> - 2009-07-31 05:19:43
|
Author: njn
Date: 2009-07-31 06:19:29 +0100 (Fri, 31 Jul 2009)
New Revision: 10672
Log:
Fix compile error.
Modified:
trunk/coregrind/m_aspacemgr/aspacemgr-linux.c
Modified: trunk/coregrind/m_aspacemgr/aspacemgr-linux.c
===================================================================
--- trunk/coregrind/m_aspacemgr/aspacemgr-linux.c 2009-07-31 05:06:29 UTC (rev 10671)
+++ trunk/coregrind/m_aspacemgr/aspacemgr-linux.c 2009-07-31 05:19:29 UTC (rev 10672)
@@ -1036,7 +1036,6 @@
VG_(debugLog)(0,"aspacem",
" : .... %010llx-%010llx %s",
(ULong)start, (ULong)end, len_buf);
- }
return;
}
}
|