diff options
Diffstat (limited to 'e2fsprogs/tune2fs.c')
-rw-r--r-- | e2fsprogs/tune2fs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/e2fsprogs/tune2fs.c b/e2fsprogs/tune2fs.c index e36c47734..f23688bc3 100644 --- a/e2fsprogs/tune2fs.c +++ b/e2fsprogs/tune2fs.c | |||
@@ -566,7 +566,7 @@ MOUNTS_COUNT_ERROR: | |||
566 | } | 566 | } |
567 | 567 | ||
568 | #ifdef CONFIG_FINDFS | 568 | #ifdef CONFIG_FINDFS |
569 | static attribute_noreturn void do_findfs(int argc, char **argv) | 569 | static ATTRIBUTE_NORETURN void do_findfs(int argc, char **argv) |
570 | { | 570 | { |
571 | if ((argc != 2) || | 571 | if ((argc != 2) || |
572 | (strncmp(argv[1], "LABEL=", 6) && strncmp(argv[1], "UUID=", 5))) | 572 | (strncmp(argv[1], "LABEL=", 6) && strncmp(argv[1], "UUID=", 5))) |