Fix patch from this morning -- missing commas, erk


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2397 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/massif/ms_main.c b/massif/ms_main.c
index f149ca5..a0165cd 100644
--- a/massif/ms_main.c
+++ b/massif/ms_main.c
@@ -259,8 +259,8 @@
    "malloc",
    "operator new(unsigned)",
    "operator new[](unsigned)",
-   "operator new(unsigned, std::nothrow_t const&)"
-   "operator new[](unsigned, std::nothrow_t const&)"
+   "operator new(unsigned, std::nothrow_t const&)",
+   "operator new[](unsigned, std::nothrow_t const&)",
    "__builtin_new",
    "__builtin_vec_new",
    "calloc",