summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kana2romaji.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/kana2romaji.cpp b/kana2romaji.cpp
index a51b7ec..99a46d6 100644
--- a/kana2romaji.cpp
+++ b/kana2romaji.cpp
@@ -376,9 +376,10 @@ void kana2romaji(const string& kana, string& rom) {
) {
remove_quote_1(pos, rom);
pos -= 2;
+ continue;
}
}
- else if (pos > 1) {
+ if (pos > 1) {
string const pred = rom.substr(pos - 2, 2);
if(pred == "ki" ||