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:
authorRoman Romanov <rromanov@65gb.net>2017-06-05 11:13:15 +0300
committerRoman Romanov <rromanov@65gb.net>2017-06-05 11:13:15 +0300
commit32a96b494d0dae08efcf03b92d7809256639aa4a (patch)
treedefe3cedf8eb2805aab0c76afd4855b822b04f66 /android
parent72c33f80a5ec65774703251b5b2a58fbc41c3038 (diff)
[android] Review fixes
Diffstat (limited to 'android')
-rw-r--r--android/jni/com/mapswithme/util/Config.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/jni/com/mapswithme/util/Config.cpp b/android/jni/com/mapswithme/util/Config.cpp
index ee0e638dba..3adef42f87 100644
--- a/android/jni/com/mapswithme/util/Config.cpp
+++ b/android/jni/com/mapswithme/util/Config.cpp
@@ -111,7 +111,7 @@ extern "C"
JNIEXPORT void JNICALL
Java_com_mapswithme_util_Config_nativeSetTransliteration(JNIEnv * env, jclass thiz,
- jboolean value)
+ jboolean value)
{
frm()->SaveTransliteration(value);
frm()->AllowTransliteration(value);