c++ -> C++

This commit is contained in:
Nathan Letwory
2010-10-08 20:40:42 +00:00
parent 663ce490e0
commit c9d240626d

View File

@@ -26,7 +26,7 @@
void* operator new (size_t size) 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 */ /* not default but can be used when needing to set a string */