]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fix patch from this morning -- missing commas, erk
authorNicholas Nethercote <n.nethercote@gmail.com>
Tue, 11 May 2004 16:37:17 +0000 (16:37 +0000)
committerNicholas Nethercote <n.nethercote@gmail.com>
Tue, 11 May 2004 16:37:17 +0000 (16:37 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2397

massif/ms_main.c

index f149ca50daa38cc788a4ad098e62a1790bd68382..a0165cd8c5b87266b1800502c7eb514103ee316b 100644 (file)
@@ -259,8 +259,8 @@ static Char* alloc_fns[MAX_ALLOC_FNS] = {
    "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",