fix prototype error

This commit is contained in:
ehouse 2004-06-10 03:27:58 +00:00
parent 3cbe2f4b80
commit 6621cff4b5

View file

@ -75,7 +75,7 @@ unlink $tmpfile;
exit 0;
sub doOneFile($$) {
sub doOneFile($$$) {
my ( $fil, $fh, $offsetR ) = @_;
my $size = convertBmp($fil, $fh );