From c8e02b8776875e6372fc5eba8fc61c51f14f3392 Mon Sep 17 00:00:00 2001 From: Stefan Widgren Date: Sun, 15 Feb 2015 21:07:05 +0100 Subject: Remove extra semicolon outside of a function MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Without this change, compiling with gcc and pedantic generates warning: ISO C does not allow extra ‘;’ outside of a function. --- src/fileops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fileops.c') diff --git a/src/fileops.c b/src/fileops.c index 9509b27bb..ec536bf29 100644 --- a/src/fileops.c +++ b/src/fileops.c @@ -13,7 +13,7 @@ #include "win32/findfile.h" #endif -GIT__USE_STRMAP; +GIT__USE_STRMAP int git_futils_mkpath2file(const char *file_path, const mode_t mode) { -- cgit v1.2.1