t0002: add test for enter_repo(), non-strict mode
[gitweb.git] / path.c
diff --git a/path.c b/path.c
index 95acbafa6883b4418f19a208cb9889f5642f3925..a536ee329fd63c1e3ab4336d0a1fe019af94cb91 100644 (file)
--- a/path.c
+++ b/path.c
@@ -431,7 +431,7 @@ const char *enter_repo(const char *path, int strict)
                }
                if (!suffix[i])
                        return NULL;
-               gitfile = read_gitfile(used_path) ;
+               gitfile = read_gitfile(used_path);
                if (gitfile)
                        strcpy(used_path, gitfile);
                if (chdir(used_path))