X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=exec_cmd.c;h=b5e59a9ae9777183d3110defc2c8964aa0d8b62b;hb=b485db9896654b11c8a7bf64fd5cc3d0d8dc5b69;hp=55af33bb7eeb4224ea583fce3008a3fb878d0fe6;hpb=36b5b3c65948694d9a92de5a17f2b97c3cd84879;p=git.git diff --git a/exec_cmd.c b/exec_cmd.c index 55af33bb..b5e59a9a 100644 --- a/exec_cmd.c +++ b/exec_cmd.c @@ -13,7 +13,7 @@ void git_set_exec_path(const char *exec_path) /* Returns the highest-priority, location to look for git programs. */ -const char *git_exec_path() +const char *git_exec_path(void) { const char *env;