Fixed placement of pointer argument.

This commit is contained in:
nulltoken 2010-12-26 17:00:35 +01:00
parent 98e3b29895
commit 951d06e4e9

View File

@ -314,7 +314,7 @@ int gitfo_dirent(
#ifdef GIT_WIN32 #ifdef GIT_WIN32
static int is_windows_rooted_path(const char* path) static int is_windows_rooted_path(const char *path)
{ {
/* Does the root of the path look like a windows drive ? */ /* Does the root of the path look like a windows drive ? */
if (isalpha(path[0]) && (path[1] == ':')) if (isalpha(path[0]) && (path[1] == ':'))