Skip to content

Commit

Permalink
wee fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rkarlsba committed Jun 14, 2016
1 parent 6082d5c commit 625aa48
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions datedist.pl
Original file line number Diff line number Diff line change
Expand Up @@ -182,14 +182,14 @@ sub version
$mcf_exts{'xmp'}++;
}
if ($move_corresponding_jpg) {
$mcf_exts{'jpg'}++
$mcf_exts{'jpeg'}++
$mcf_exts{'jpg'}++;
$mcf_exts{'jpeg'}++;
}
if ($move_corresponding_png) {
$mcf_exts{'png'}++
$mcf_exts{'png'}++ ;
}
if ($move_corresponding_tif) {
$mcf_exts{'tiff'}++
$mcf_exts{'tiff'}++ ;
}
# }}}
# }}}
Expand Down

0 comments on commit 625aa48

Please sign in to comment.