mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-28 14:32:38 +03:00
Fix handling default case.
This commit is contained in:
parent
d1906fd066
commit
5a78d67c84
@ -1317,7 +1317,7 @@ sub setup_reference_length_type {
|
||||
} elsif ($___CLOSEST) {
|
||||
return " reflen:closest";
|
||||
} else {
|
||||
die "Invalid reference length type";
|
||||
return "";
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user