From 9197b224c797df44753612efb0d52087789ec772 Mon Sep 17 00:00:00 2001 From: Andres Noetzli Date: Sat, 15 Jul 2017 16:20:01 -0400 Subject: [PATCH] Fix warning about unknown escape sequence (#196) --- src/base/configuration_private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/base/configuration_private.h b/src/base/configuration_private.h index f989e40e5..93133be24 100644 --- a/src/base/configuration_private.h +++ b/src/base/configuration_private.h @@ -151,7 +151,7 @@ compiled with " + ::CVC4::Configuration::getCompiler() + "\n\ on " + ::CVC4::Configuration::getCompiledDateTime() + "\n\n\ Copyright (c) 2009-2017\n\ by the authors and their institutional affiliations listed at \n\ -http:\/\/cvc4.cs.stanford.edu/authors\n\n" + \ +http://cvc4.cs.stanford.edu/authors\n\n" + \ ( IS_GPL_BUILD ? "\ This build of CVC4 uses GPLed libraries, and is thus covered by the GNU\n\ General Public License (GPL) version 3. Versions of CVC4 are available\n\ -- 2.30.2