From f5a1071dc4d2977f6e2499553dcddf42f4dabc18 Mon Sep 17 00:00:00 2001 From: Mariusz Zaborski Date: Fri, 7 Oct 2016 21:34:24 +0200 Subject: [PATCH] Style. --- libarchive/test/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libarchive/test/main.c b/libarchive/test/main.c index 2fec93963..baf9d5980 100644 --- a/libarchive/test/main.c +++ b/libarchive/test/main.c @@ -1403,7 +1403,7 @@ assertion_file_nlinks(const char *file, int line, assertion_count(file, line); r = lstat(pathname, &st); if (r == 0 && (int)st.st_nlink == nlinks) - return (1); + return (1); failure_start(file, line, "File %s has %d links, expected %d", pathname, st.st_nlink, nlinks); failure_finish(NULL); -- 2.47.2