commit 1ddb60f12d8ee0ff0f216577c6d002e41e540676 Author: aboelhamd Date: Sun Apr 21 19:27:46 2019 +0200 minro change in rules-applier diff --git a/src/RulesApplier.cpp b/src/RulesApplier.cpp index 056a2c3..cf4f53f 100644 --- a/src/RulesApplier.cpp +++ b/src/RulesApplier.cpp @@ -69,7 +69,7 @@ main (int argc, char **argv) cout << "interInFilePath : Output file name of this program which is the input for apertium interchunk." << endl; -// return -1; + return -1; } ifstream lextorFile (lextorFilePath.c_str ());