Commit 951d06e4 by nulltoken

Fixed placement of pointer argument.

parent 98e3b298
......@@ -314,7 +314,7 @@ int gitfo_dirent(
#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 ? */
if (isalpha(path[0]) && (path[1] == ':'))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment