diff options
Diffstat (limited to 'lib/ext2fs/tst_getsectsize.c')
-rw-r--r-- | lib/ext2fs/tst_getsectsize.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/ext2fs/tst_getsectsize.c b/lib/ext2fs/tst_getsectsize.c index 9967b615..cb1b8c65 100644 --- a/lib/ext2fs/tst_getsectsize.c +++ b/lib/ext2fs/tst_getsectsize.c @@ -1,8 +1,8 @@ /* * tst_getsize.c --- this function tests the getsize function - * + * * Copyright (C) 1997 by Theodore Ts'o. - * + * * %Begin-Header% * This file may be redistributed under the terms of the GNU Public * License. @@ -29,7 +29,7 @@ int main(int argc, char **argv) { int sectsize; int retval; - + if (argc < 2) { fprintf(stderr, "Usage: %s device\n", argv[0]); exit(1); |