]> gitweb.fperrin.net Git - DictionaryPC.git/commitdiff
Fix typo, not sure what it fixes though.
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Wed, 5 Oct 2016 20:47:17 +0000 (22:47 +0200)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Wed, 5 Oct 2016 21:05:47 +0000 (23:05 +0200)
src/com/hughes/android/dictionary/parser/wiktionary/EnFunctionCallbacks.java

index 90535cce74e7d56c0a5e33729588421e023cabb6..29c57a97c5d53ef127ad52d26268868c0e2799a4 100644 (file)
@@ -740,7 +740,7 @@ class EnFunctionCallbacks {
           appendAndIndexWikiCallback.dispatch(f, null, null);
           appendAndIndexWikiCallback.builder.append(" {f}");
       }
-      final String m = namedArgs.remove("f");
+      final String m = namedArgs.remove("m");
       if (m != null) {
           appendAndIndexWikiCallback.builder.append(", ");
           appendAndIndexWikiCallback.dispatch(m, null, null);
@@ -1227,4 +1227,4 @@ static final class it_conj_are<T extends AbstractWiktionaryParser> implements Fu
   }
 
 
-}
\ No newline at end of file
+}