From c9d240626d17f95ff88559efc121f6ea7fccdae5 Mon Sep 17 00:00:00 2001 From: Nathan Letwory Date: Fri, 8 Oct 2010 20:40:42 +0000 Subject: c++ -> C++ --- intern/guardedalloc/cpp/mallocn.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intern/guardedalloc') diff --git a/intern/guardedalloc/cpp/mallocn.cpp b/intern/guardedalloc/cpp/mallocn.cpp index bf51409e84f..b4d19a62bdc 100644 --- a/intern/guardedalloc/cpp/mallocn.cpp +++ b/intern/guardedalloc/cpp/mallocn.cpp @@ -26,7 +26,7 @@ void* operator new (size_t size) { - return MEM_mallocN(size, "c++/anonymous"); + return MEM_mallocN(size, "C++/anonymous"); } /* not default but can be used when needing to set a string */ -- cgit v1.2.3