]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
lsfd: delete an unnecessary semicolon
authorMasatake YAMATO <yamato@redhat.com>
Fri, 22 Oct 2021 08:10:02 +0000 (17:10 +0900)
committerMasatake YAMATO <yamato@redhat.com>
Tue, 2 Nov 2021 02:34:26 +0000 (11:34 +0900)
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
misc-utils/lsfd.c

index ef77064d54da7011352b43b67b65c6d490dc3687..78e44b6e4ff92edb6b99482a85db4f14d5c2fb89 100644 (file)
@@ -935,7 +935,7 @@ static void read_process(struct lsfd_control *ctl, struct path_cxt *pc,
         * the last path based operation in read_process()
         */
        if (ctl->threads && leader == NULL) {
-               DIR *sub = NULL;;
+               DIR *sub = NULL;
                pid_t tid;
 
                while (procfs_process_next_tid(pc, &sub, &tid) == 0) {