mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-18 22:26:30 +01:00
fix prototype error
This commit is contained in:
parent
dd0a98a48e
commit
6f382e116c
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