Skip to content

Commit ce974bb

Browse files
committed
Fix old-style function declaration
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 75bd85e commit ce974bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

compat/mingw.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1810,7 +1810,7 @@ pid_t waitpid(pid_t pid, int *status, unsigned options)
18101810
return -1;
18111811
}
18121812

1813-
const char *get_windows_home_directory()
1813+
const char *get_windows_home_directory(void)
18141814
{
18151815
static const char *home_directory = NULL;
18161816
struct strbuf buf = STRBUF_INIT;

0 commit comments

Comments
 (0)