From 7795570e610bc8c04bdeb9ec56ac7754a0d2be4f Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Tue, 23 Dec 2014 23:46:28 -0500 Subject: [PATCH] Build - Broke the build with code in a hidden ifdef. --- src/Config.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Config.cpp b/src/Config.cpp index 166e70c77..6d45b58d6 100644 --- a/src/Config.cpp +++ b/src/Config.cpp @@ -187,7 +187,7 @@ std::string Config::_defaults = "color.tag.none=\n" "color.pri.none=\n" "\n" - "# personal color rules (replace "X" with your value)\n" + "# personal color rules (replace 'X' with your value)\n" "#color.keyword.X=\n" "#color.project.X=\n" "color.tag.next=rgb440\n"