Skip to content

Commit

Permalink
Typo + cleanup
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
nuxwin committed Jul 2, 2016
1 parent cb5a3dc commit c5cea4c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion engine/PerlLib/iMSCP/Dialog.pm
Expand Up @@ -511,7 +511,7 @@ sub _resize
fatal ('A screen at least 24 lines tall and 80 columns wide is required. Please enlarge your screen.');
}

$self->{'lines'} = $lines - 2 ;
$self->{'lines'} = $lines - 2;
$self->{'columns'} = $cols - 2;

$self->endGauge();
Expand Down
1 change: 0 additions & 1 deletion engine/tools/imscp-mountall
Expand Up @@ -36,7 +36,6 @@ use iMSCP::Debug;
use iMSCP::Getopt;
use iMSCP::Mount qw/ mount umount /;
use File::Basename;
use Scalar::Defer;
use POSIX qw(locale_h);
use locale;

Expand Down

0 comments on commit c5cea4c

Please sign in to comment.