diff options
| -rw-r--r-- | src/remote.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/remote.c b/src/remote.c index 4b516420f..4629175d0 100644 --- a/src/remote.c +++ b/src/remote.c @@ -116,9 +116,9 @@ static int get_check_cert(int *out, git_repository *repo) static int canonicalize_url(git_buf *out, const char *in) { +#ifdef GIT_WIN32 const char *c; -#ifdef GIT_WIN32 /* Given a UNC path like \\server\path, we need to convert this * to //server/path for compatibility with core git. */ |
