Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvng <viktor.govako@gmail.com>2011-10-21 18:21:47 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:26:25 +0300
commit16aaf56c307001b9897bf9f6febf4e911f2a9009 (patch)
tree166b47a7d4021e9ef38dfbc392b5d297c93c330b /coding/file_container.cpp
parent485c280e20b0ab5459ab6af48574feab9940483d (diff)
Add serialized country polygons for 'feature belongs to country' routine.
Diffstat (limited to 'coding/file_container.cpp')
-rw-r--r--coding/file_container.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/coding/file_container.cpp b/coding/file_container.cpp
index 32eb9d623b..623b83cf5d 100644
--- a/coding/file_container.cpp
+++ b/coding/file_container.cpp
@@ -105,7 +105,7 @@ void FilesContainerW::Open(FileWriter::Op op)
}
default:
- ASSERT ( false, ("Unsupperted options") );
+ ASSERT ( false, ("Unsupported options") );
break;
}