Fix error message.

This commit is contained in:
Markus Armbruster 2006-07-11 19:23:49 +00:00
parent c54cb0e8e8
commit 1edc5a7b54
2 changed files with 2 additions and 2 deletions

View file

@ -147,6 +147,6 @@ sub parse_file {
sub error {
my ($error) = @_;
print STDERR "info.pl:$filename:$.: $error\n";
print STDERR "mksubj.pl:$filename:$.: $error\n";
exit 1;
}