X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/blobdiff_plain/7eae318c041fc62a815474ba08943f1c094156fc..dcea93a000b5b7ae9ff06da9ab2c770df938a54f:/contrib/bsdinstaller-1.1.6/src/backend/installer/fn_subpart_hammer.c diff --git a/contrib/bsdinstaller-1.1.6/src/backend/installer/fn_subpart_hammer.c b/contrib/bsdinstaller-1.1.6/src/backend/installer/fn_subpart_hammer.c index 1cd411e660..320478be59 100644 --- a/contrib/bsdinstaller-1.1.6/src/backend/installer/fn_subpart_hammer.c +++ b/contrib/bsdinstaller-1.1.6/src/backend/installer/fn_subpart_hammer.c @@ -76,7 +76,7 @@ static struct dfui_form *make_create_subpartitions_form(struct i_fn_args *); static int show_create_subpartitions_form(struct dfui_form *, struct i_fn_args *); static const char *def_mountpt[7] = {"/", "swap", "/var", "/tmp", "/usr", "/home", NULL}; -static long def_capacity[7] = {-1, 128, 128, 128, 128, 256, 128, 0}; +static long def_capacity[7] = {-1, 128, 128, 128, 256, 128, 0}; static int expert = 0;