From 48e472dd715f29c27715a544ff8d0fc7ddcf9e92 Mon Sep 17 00:00:00 2001 From: Mikhail Gorbushin Date: Mon, 17 Jun 2019 12:44:27 +0300 Subject: [PATCH] fix build --- generator/restriction_collector.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generator/restriction_collector.cpp b/generator/restriction_collector.cpp index 43b3013890..fe9fef2c71 100644 --- a/generator/restriction_collector.cpp +++ b/generator/restriction_collector.cpp @@ -362,7 +362,7 @@ void FromString(std::string const & str, Restriction::Type & type) } CHECK(false, - ("Invalid line:", str, "expected:", kNo, "or", kOnly, "or", kNoUTurn, "or", kOnlyUTurnrouting)); + ("Invalid line:", str, "expected:", kNo, "or", kOnly, "or", kNoUTurn, "or", kOnlyUTurn)); UNREACHABLE(); }