From 1e83b1fc6fa3f2efb26a82a47503096d9362fb35 Mon Sep 17 00:00:00 2001 From: Masatake YAMATO Date: Sat, 4 Mar 2023 02:09:12 +0900 Subject: [PATCH] ldfd: delete unnecessary ';' Signed-off-by: Masatake YAMATO --- misc-utils/lsfd-file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc-utils/lsfd-file.c b/misc-utils/lsfd-file.c index bdaac3fd8d..d7fcad41b3 100644 --- a/misc-utils/lsfd-file.c +++ b/misc-utils/lsfd-file.c @@ -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")); -- 2.47.3