mirror of
https://github.com/git/git.git
synced 2026-03-13 02:13:24 +01:00
Fix old-style function declaration
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This commit is contained in:
committed by
Pat Thoyts
parent
4c2b1a0955
commit
ff44311122
@@ -1833,7 +1833,7 @@ pid_t waitpid(pid_t pid, int *status, int options)
|
||||
return -1;
|
||||
}
|
||||
|
||||
const char *get_windows_home_directory()
|
||||
const char *get_windows_home_directory(void)
|
||||
{
|
||||
static const char *home_directory = NULL;
|
||||
struct strbuf buf = STRBUF_INIT;
|
||||
|
||||
Reference in New Issue
Block a user