]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
ldfd: delete unnecessary ';'
authorMasatake YAMATO <yamato@redhat.com>
Fri, 3 Mar 2023 17:09:12 +0000 (02:09 +0900)
committerMasatake YAMATO <yamato@redhat.com>
Thu, 18 May 2023 18:26:57 +0000 (03:26 +0900)
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
misc-utils/lsfd-file.c

index bdaac3fd8d19ffb4cc7337944cfe7b2de1c93023..d7fcad41b3d95d8276ab7720c9d08a3b13e8661f 100644 (file)
@@ -268,7 +268,7 @@ static bool file_fill_column(struct proc *proc,
                break;
        default:
                return false;
-       };
+       }
 
        if (!str)
                err(EXIT_FAILURE, _("failed to add output data"));