From 2cc1a80e1f0a669209d1863ef42426ef872bc3d6 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 23 Jan 2012 19:05:25 +0000 Subject: perl_checker cleanup --- perl-install/fs/format.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/fs/format.pm b/perl-install/fs/format.pm index b04c74cb1..1fe2a1de4 100644 --- a/perl-install/fs/format.pm +++ b/perl-install/fs/format.pm @@ -43,7 +43,7 @@ my %LABELs = ( #- option, length, handled_by_mount ntfs => [ '-L', 128, 0 ], 'ntfs-3g' => [ '-L', 128, 0 ], btrfs => [ '-L', 256, 1 ], - nilfs2 => [ '-L', 16, 1], + nilfs2 => [ '-L', 16, 1 ], ); my %edit_LABEL = ( # package, command, option -- cgit v1.2.1