mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-29 10:26:36 +01:00
fix prototype error
This commit is contained in:
parent
3cbe2f4b80
commit
6621cff4b5
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ unlink $tmpfile;
|
|||
exit 0;
|
||||
|
||||
|
||||
sub doOneFile($$) {
|
||||
sub doOneFile($$$) {
|
||||
my ( $fil, $fh, $offsetR ) = @_;
|
||||
|
||||
my $size = convertBmp($fil, $fh );
|
||||
|
|
Loading…
Reference in a new issue