From 3c4165189dce94303efa1744ecfd6c728d2db5ec Mon Sep 17 00:00:00 2001 From: Laurent Napias Date: Sat, 29 Jun 2019 10:46:39 +0200 Subject: Remove trailing whitespaces --- src/fr-command-7z.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fr-command-7z.c') diff --git a/src/fr-command-7z.c b/src/fr-command-7z.c index 2cb2034..4889c4f 100644 --- a/src/fr-command-7z.c +++ b/src/fr-command-7z.c @@ -129,7 +129,7 @@ list__process_line (char *line, comm->multi_volume = (strcmp (fields[1], "+") == 0); g_strfreev (fields); } - else if (strncmp (line, "Unexpected end of archive", 25) == 0) { + else if (strncmp (line, "Unexpected end of archive", 25) == 0) { unexpected_end_of_archive = TRUE; } return; -- cgit v1.2.1