From cbcae13f36804b92904819886ab3f8c4f0042e13 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Fri, 12 May 2017 17:21:19 +0300 Subject: [PATCH] Fix unpaired quote symbol in README.Mac * doc/README.Mac: Fix a typo (remove unpaired double-quote). --- doc/README.Mac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/README.Mac b/doc/README.Mac index ada8ae40..5baaffaa 100644 --- a/doc/README.Mac +++ b/doc/README.Mac @@ -271,7 +271,7 @@ action! malloc will call GC_malloc and free GC_free, new/delete too. You don't have to call free or delete. You may have to be a bit cautious about delete if you're freeing other resources than RAM. See gc_cpp.h. You can also keep coding as always with delete/free. That works too. If you want, -"include and tweak its use a bit. +include "gc.h" and tweak its use a bit. == Symantec SPM == -- 2.40.0