fix prototype error

This commit is contained in:
ehouse 2004-06-10 03:27:58 +00:00
parent dd0a98a48e
commit 6f382e116c

View file

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