Fix handling default case.

This commit is contained in:
Tetsuo Kiso 2012-05-03 07:11:24 +09:00
parent d1906fd066
commit 5a78d67c84

View File

@ -1317,7 +1317,7 @@ sub setup_reference_length_type {
} elsif ($___CLOSEST) {
return " reflen:closest";
} else {
die "Invalid reference length type";
return "";
}
}