diff --git a/sys-utils/fallocate.c b/sys-utils/fallocate.c index ded62f4b033..5c338e07861 100644 --- a/sys-utils/fallocate.c +++ b/sys-utils/fallocate.c @@ -315,7 +315,7 @@ int main(int argc, char **argv) static const ul_excl_t excl[] = { /* rows and cols in ASCII order */ { 'c', 'd', 'p', 'z' }, { 'c', 'n' }, - { 'c', 'd', 'i', 'n', 'p', 'x', 'z'}, + { 'c', 'd', 'i', 'p', 'x', 'z'}, { 0 } }; int excl_st[ARRAY_SIZE(excl)] = UL_EXCL_STATUS_INIT;