Changed bug_reports_to.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2261 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/massif/ms_main.c b/massif/ms_main.c
index 54c4cce..b8d96f3 100644
--- a/massif/ms_main.c
+++ b/massif/ms_main.c
@@ -1177,7 +1177,7 @@
    VG_(details_version)         ("0.0.3");
    VG_(details_description)     ("a space profiler");
    VG_(details_copyright_author)("Copyright (C) 2003, Nicholas Nethercote");
-   VG_(details_bug_reports_to)  ("njn25@cam.ac.uk");
+   VG_(details_bug_reports_to)  (VG_BUGS_TO);
 
    // Needs
    VG_(needs_libc_freeres)();